ci(typhon): skip image agent before allocation
This commit is contained in:
parent
aad640f059
commit
4d45c40f75
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -446,6 +446,7 @@ NODE
|
||||
|
||||
stage('Build & push image') {
|
||||
when {
|
||||
beforeAgent true
|
||||
expression { return shouldPublishImage() }
|
||||
}
|
||||
agent {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user