add when clause to pending deploy stage

This commit is contained in:
Roberto Cirillo 2022-10-11 10:27:40 +02:00
parent af670ec274
commit c9dee5146a
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -165,6 +165,7 @@ pipeline {
triggeredBy 'UpstreamCause'
triggeredBy 'UserIdCause'
}
expression { params.TRIGGER_JOB != 'gCubeBuilder' }
}
steps {
sh '''