Fix copy command

This commit is contained in:
Jannis Portmann 2023-02-02 18:40:05 +01:00
parent 19a3546288
commit cea787f469

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ node {
}
stage('Publish PDF') {
cp 'lsd-zf.pdf /mnt/latex-previews/lsd-zf.pdf'
sh 'cp lsd-zf.pdf /mnt/latex-previews/lsd-zf.pdf'
}
cleanWs notFailBuild: true