ci(typhon): skip image agent before allocation

This commit is contained in:
Brad Stein 2026-05-18 03:48:26 -03:00
parent aad640f059
commit 4d45c40f75

1
Jenkinsfile vendored
View File

@ -446,6 +446,7 @@ NODE
stage('Build & push image') {
when {
beforeAgent true
expression { return shouldPublishImage() }
}
agent {