Force execution of latexmk
This commit is contained in:
parent
20ccc2282a
commit
d2c9a2ec52
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build PDF') {
|
stage('Build PDF') {
|
||||||
sh 'latexmk -xelatex -jobname=lsd-zf main.tex'
|
sh 'latexmk -xelatex -jobname=lsd-zf -f main.tex'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive PDF') {
|
stage('Archive PDF') {
|
||||||
|
|
Loading…
Reference in a new issue