From a2ba4ba21a1f2da3cd554879feabf77e8d6ad2fa Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Tue, 11 Oct 2022 14:43:20 +0200 Subject: [PATCH] add userIdCause to pending deploy. In this way it will add the job to the pending deployments when the deploy is scheduled --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5f5ba45..2e1fb6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -156,6 +156,7 @@ pipeline { anyOf{ triggeredBy 'BuildUpstreamCause' triggeredBy 'UpstreamCause' + triggeredBy 'UserIdCause' } expression { params.TRIGGER_JOB != "${RELEASE_JOB}" } }