summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-28 10:14:36 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-28 10:14:36 +0100
commitf4a9509e69a8450c4e1af8f650a3e4152b768802 (patch)
tree9e4e6819ec32610a5314b39a3371aeb6ff8b7d66 /Jenkinsfile
parente9f365536e1f6e65451d16d4c5bbd871c7107d04 (diff)
downloadvyos-build-f4a9509e69a8450c4e1af8f650a3e4152b768802.tar.gz
vyos-build-f4a9509e69a8450c4e1af8f650a3e4152b768802.zip
Jenkins: specify ISO image for archival by glob pattern
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
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 {