CI Changes, docker image tag changes and manifests

This commit is contained in:
Jamie Curnow 2019-03-07 09:45:01 +10:00
parent 14e62a0830
commit 1db2a29d49

7
Jenkinsfile vendored
View File

@ -323,12 +323,10 @@ pipeline {
} }
} }
// ======================== // ========================
// master cleanup // cleanup
// ======================== // ========================
stage {
parallel { parallel {
// ========================
// amd64
// ========================
stage('Latest cleanup') { stage('Latest cleanup') {
when { when {
branch 'master' branch 'master'
@ -363,6 +361,7 @@ pipeline {
} }
} }
} }
}
post { post {
success { success {
juxtapose event: 'success' juxtapose event: 'success'