generated from gCubeCI/Pipeline-Docker-Template
fix when sintax
This commit is contained in:
parent
03453efc5c
commit
8562a9d48e
|
@ -124,7 +124,9 @@ pipeline {
|
|||
stage('Deploy from job ') {
|
||||
when{
|
||||
environment name: 'IS_CRON', value: 'False';
|
||||
TRIGGER_CD True
|
||||
expression {
|
||||
env.TRIGGER_CD.toBoolean()
|
||||
}
|
||||
anyOf{
|
||||
triggeredBy 'BuildUpstreamCause'
|
||||
triggeredBy 'UpstreamCause'
|
||||
|
|
Loading…
Reference in New Issue