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
// ========================
stage('Cleanup') {
parallel {
stage('Latest cleanup') {
when {
branch 'master'
@ -360,8 +358,6 @@ pipeline {
}
}
}
}
}
post {
success {
juxtapose event: 'success'