From 3c6da95e7a0ee77da70f78fc330827fd2ac9246a Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Wed, 12 Oct 2022 11:40:55 +0200 Subject: [PATCH] add check on release job on manual stage --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6583840..f776cf4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -245,6 +245,7 @@ pipeline { environment name: 'IS_SCHEDULED_TEST', value: 'False'; triggeredBy 'UserIdCause' } + expression { params.TRIGGER_JOB != "${RELEASE_JOB}" } } steps { echo "Cron build disabled. Pipeline executed Manually. New deploy of ${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION} ongoing"