Fix copy command
This commit is contained in:
parent
19a3546288
commit
cea787f469
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue