diff --git a/Jenkinsfile b/Jenkinsfile index 2aa446c..109719b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,8 @@ pipeline { steps { echo 'Starting build step...' sh 'latexmk -pdf -outdir=out main_text.tex' + + archiveArtifacts artifacts: 'out/main_text.pdf' } }