Compare commits

..

No commits in common. "b678a7f7f01511d5421fd5a74b13ba2cbdae8469" and "d04e1a62d060bad690934b2dbb60f8d798cf7d01" have entirely different histories.

2
Jenkinsfile vendored
View file

@ -12,6 +12,6 @@ node {
}
stage('Publish PDF') {
sh 'scp -i /root/.ssh/id_rsa ats-zf.pdf jannis@192.168.178.45:/var/www/html/download/latex-previews/ats-zf.pdf'
sh 'scp -i /root/.ssh/id_rsa *.pdf jannis@192.168.178.45:/var/www/html/download/latex-previews/ats-zf.pdf'
}
}