CI Changes, docker image tag changes and manifests
This commit is contained in:
parent
14e62a0830
commit
1db2a29d49
1 changed files with 29 additions and 30 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -323,12 +323,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
// ========================
|
||||
// master cleanup
|
||||
// cleanup
|
||||
// ========================
|
||||
stage {
|
||||
parallel {
|
||||
// ========================
|
||||
// amd64
|
||||
// ========================
|
||||
stage('Latest cleanup') {
|
||||
when {
|
||||
branch 'master'
|
||||
|
@ -363,6 +361,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
juxtapose event: 'success'
|
||||
|
|
Loading…
Reference in a new issue