add check on release job on manual stage

This commit is contained in:
Roberto Cirillo 2022-10-12 11:40:55 +02:00
parent ab2eb45cbd
commit 3c6da95e7a
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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"