fix sintax

This commit is contained in:
Roberto Cirillo 2022-04-22 16:03:08 +02:00
parent 2563761860
commit 3b213c1051
1 changed files with 3 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -69,7 +69,6 @@ pipeline {
echo 'Do Nothing: cron build disabled'
}
}
stage('Add new pending deploy ') {
when{
environment name: 'IS_CRON', value: True
@ -95,7 +94,6 @@ pipeline {
echo "Cron build disabled. New deploy of ${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION} ongoing"
}
}
}
post {
always {