generated from gCubeCI/Pipeline-Docker-Template
small fix
This commit is contained in:
parent
dc26e7af97
commit
74df921160
|
@ -166,7 +166,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
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"
|
||||
touch $DEPLOY_FILE;
|
||||
if grep -q \"\${TRIGGER_JOB}\" \${DEPLOY_FILE}; then
|
||||
|
|
Loading…
Reference in New Issue