fix when clause

This commit is contained in:
Roberto Cirillo 2022-05-10 11:22:29 +02:00
parent c326e72b20
commit 03453efc5c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -124,7 +124,7 @@ pipeline {
stage('Deploy from job ') {
when{
environment name: 'IS_CRON', value: 'False';
environment name: 'TRIGGER_CD', value: 'True';
TRIGGER_CD True
anyOf{
triggeredBy 'BuildUpstreamCause'
triggeredBy 'UpstreamCause'