From 4fc75cee49f97b7ceb5820e99dded1a7b4980abb Mon Sep 17 00:00:00 2001 From: jannisp Date: Mon, 23 Aug 2021 14:46:22 +0200 Subject: [PATCH] Update jenkins-ci --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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