diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-06 18:26:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-05-06 18:26:11 +0200 |
commit | 5b1411721f808cf1a779bb3807a3f249b1ac045b (patch) | |
tree | 16159a303b9efe2a084f50a5d0cc28dcdd6c1a67 /Jenkinsfile | |
parent | 155725bd2dd2fd98c0ffd2bac88684e1bf14ece7 (diff) | |
download | vyos-build-5b1411721f808cf1a779bb3807a3f249b1ac045b.tar.gz vyos-build-5b1411721f808cf1a779bb3807a3f249b1ac045b.zip |
Jenkins: adjust artifacts to archive
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3faa9188..e8b83415 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -174,11 +174,8 @@ pipeline { } post { - always { - archiveArtifacts artifacts: 'build/build.log', fingerprint: true - } success { - archiveArtifacts artifacts: 'build/vyos*.iso', fingerprint: true + archiveArtifacts artifacts: 'build/live-image-*.iso', fingerprint: true } cleanup { echo 'One way or another, I have finished' |