summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d4b505d8..55bea4d5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -125,6 +125,10 @@ pipeline {
}
}
post {
+ always {
+ archiveArtifacts artifacts: '**/build/vyos-*.iso, **/build/vyos-*.qcow2',
+ allowEmptyArchive: true
+ }
success {
script {
// only deploy ISO if build from official repository
@@ -173,10 +177,6 @@ pipeline {
}
}
}
- failure {
- archiveArtifacts artifacts: '**/build/vyos-*.iso, **/build/vyos-*.qcow2',
- allowEmptyArchive: true
- }
cleanup {
echo 'One way or another, I have finished'
// the 'build' directory got elevated permissions during the build