commit 9435701a0f44de504b0f36ba3cb1c87ba574c39a parent b190061bb032505a03badcf1f1a1a838eabbe283 Author: matt <matt> Date: Sat, 8 Aug 2020 23:21:26 +0100 Added archive artefact stage Diffstat:
| M | Jenkinsfile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { steps { echo 'Building..' sh 'latexmk -xelatex -interaction=nonstopmode resume.tex' + archiveArtifacts(artifacts: '*.pdf', fingerprint: true, onlyIfSuccessful: true) } }