Artifacts opslaan
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,6 +5,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Starting build step...'
|
echo 'Starting build step...'
|
||||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||||
|
|
||||||
|
archiveArtifacts artifacts: 'out/main_text.pdf'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user