diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-28 10:14:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-28 10:14:36 +0100 |
commit | f4a9509e69a8450c4e1af8f650a3e4152b768802 (patch) | |
tree | 9e4e6819ec32610a5314b39a3371aeb6ff8b7d66 /Jenkinsfile | |
parent | e9f365536e1f6e65451d16d4c5bbd871c7107d04 (diff) | |
download | vyos-build-f4a9509e69a8450c4e1af8f650a3e4152b768802.tar.gz vyos-build-f4a9509e69a8450c4e1af8f650a3e4152b768802.zip |
Jenkins: specify ISO image for archival by glob pattern
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index c354a054..40729a58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -163,7 +163,7 @@ pipeline { } } failure { - archiveArtifacts artifacts: 'build/live-image-amd64.hybrid.iso', + archiveArtifacts artifacts: '**/live-image-amd64.hybrid.iso', allowEmptyArchive: true } cleanup { |