Compare commits

...

2 commits

Author SHA1 Message Date
jannisp b678a7f7f0 Merge branch 'master' of ssh://git.thisfro.ch:222/thisfro/ats-zf 2021-08-11 11:09:04 +02:00
jannisp aeb7b1dfe4 Set correct filenames 2021-08-11 11:08:45 +02:00

2
Jenkinsfile vendored
View file

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