diff --git a/Jenkinsfile b/Jenkinsfile index 007a085..b59b864 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } \ No newline at end of file