CI Changes, docker image tag changes and manifests

This commit is contained in:
Jamie Curnow 2019-03-07 09:45:01 +10:00
parent 1b0563a4a6
commit 0ac349ba67

4
Jenkinsfile vendored
View File

@ -325,8 +325,6 @@ pipeline {
// ======================== // ========================
// cleanup // cleanup
// ======================== // ========================
stage('Cleanup') {
parallel {
stage('Latest cleanup') { stage('Latest cleanup') {
when { when {
branch 'master' branch 'master'
@ -360,8 +358,6 @@ pipeline {
} }
} }
} }
}
}
post { post {
success { success {
juxtapose event: 'success' juxtapose event: 'success'