Use mklatex instead of running xelatex twice
This commit is contained in:
parent
7e86deb1be
commit
a2b70f07dc
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 'xelatex -jobname=ats-zf main.tex && xelatex -jobname=ats-zf main.tex'
|
sh 'latexmk -c -xelatex -jobname=ats-zf main.tex'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive PDF') {
|
stage('Archive PDF') {
|
||||||
|
|
Loading…
Reference in a new issue