generated from gCubeCI/Pipeline-Docker-Template
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:
parent
583879e393
commit
a2ba4ba21a
|
@ -156,6 +156,7 @@ pipeline {
|
|||
anyOf{
|
||||
triggeredBy 'BuildUpstreamCause'
|
||||
triggeredBy 'UpstreamCause'
|
||||
triggeredBy 'UserIdCause'
|
||||
}
|
||||
expression { params.TRIGGER_JOB != "${RELEASE_JOB}" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue