Update jenkins-ci
This commit is contained in:
parent
c06c8b36da
commit
4fc75cee49
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ node {
|
|||
}
|
||||
|
||||
stage('Build PDF') {
|
||||
sh 'pdflatex Mathematik-V-ZF.tex'
|
||||
sh 'xelatex Mathematik-V-ZF.tex && xelatex Mathematik-V-ZF.tex'
|
||||
}
|
||||
|
||||
stage('Archive PDF') {
|
||||
|
@ -12,6 +12,6 @@ node {
|
|||
}
|
||||
|
||||
stage('Publish PDF') {
|
||||
sh 'scp -i /root/.ssh/id_rsa Mathematik-V-ZF.pdf jannis@192.168.178.45:/var/www/html/download/latex-previews/mathematik-v-zf.pdf'
|
||||
sh 'scp -i /root/.ssh/id_rsa Mathematik-V-ZF.pdf jannis@192.168.178.45:/opt/containers/apache2/html/download/latex-previews/mathematik-v-zf.pdf'
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue