generated from gCubeCI/Pipeline-Docker-Template
add check on release job on manual stage
This commit is contained in:
parent
ab2eb45cbd
commit
3c6da95e7a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue