generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
6c6ea2f5c2
commit
77de7aef8b
|
@ -137,7 +137,7 @@ pipeline {
|
|||
steps {
|
||||
echo "Cron build disabled. New deploy of ${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION} ongoing"
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
deployService(${params.TRIGGER_JOB}, ${params.TRIGGER_VERSION}, ${params.TRIGGER_HOST)
|
||||
deployService(${params.TRIGGER_JOB}, ${params.TRIGGER_VERSION}, ${params.TRIGGER_HOST})
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue