generated from gCubeCI/Pipeline-Docker-Template
fix when condition
This commit is contained in:
parent
6ca6c5ad89
commit
c326e72b20
|
@ -123,8 +123,8 @@ pipeline {
|
|||
}
|
||||
stage('Deploy from job ') {
|
||||
when{
|
||||
environment name: 'IS_CRON', value: 'False'
|
||||
TRIGGER_CD;
|
||||
environment name: 'IS_CRON', value: 'False';
|
||||
environment name: 'TRIGGER_CD', value: 'True';
|
||||
anyOf{
|
||||
triggeredBy 'BuildUpstreamCause'
|
||||
triggeredBy 'UpstreamCause'
|
||||
|
|
Loading…
Reference in New Issue