add userIdCause to pending deploy. In this way it will add the job to

the pending deployments when the deploy is scheduled
This commit is contained in:
Roberto Cirillo 2022-10-11 14:43:20 +02:00
parent 583879e393
commit a2ba4ba21a
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -156,6 +156,7 @@ pipeline {
anyOf{
triggeredBy 'BuildUpstreamCause'
triggeredBy 'UpstreamCause'
triggeredBy 'UserIdCause'
}
expression { params.TRIGGER_JOB != "${RELEASE_JOB}" }
}