small fix

This commit is contained in:
Roberto Cirillo 2022-10-10 17:15:12 +02:00
parent dc26e7af97
commit 74df921160
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -166,7 +166,7 @@ pipeline {
} }
steps { steps {
sh ''' sh '''
if [ "${TRIGGER_JOB}" != 'gCubeBuilder' ] if [ "${TRIGGER_JOB}" != 'gCubeBuilder' ]; then
echo "Cron build enabled. New deploy of ${TRIGGER_JOB} - ${TRIGGER_VERSION} will be added to the pending deploy file" echo "Cron build enabled. New deploy of ${TRIGGER_JOB} - ${TRIGGER_VERSION} will be added to the pending deploy file"
touch $DEPLOY_FILE; touch $DEPLOY_FILE;
if grep -q \"\${TRIGGER_JOB}\" \${DEPLOY_FILE}; then if grep -q \"\${TRIGGER_JOB}\" \${DEPLOY_FILE}; then