generated from gCubeCI/Pipeline-Docker-Template
if removed
This commit is contained in:
parent
e5d69661af
commit
d66f8c0ecf
|
@ -31,10 +31,9 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
date=`date`
|
date=`date`
|
||||||
echo "#Build ${PIPELINE_BUILD_NUMBER},,"
|
// if [ ! -e $DEPLOY_FILE] then
|
||||||
if [ ! -e $DEPLOY_FILE] then
|
touch $DEPLOY_FILE
|
||||||
touch $DEPLOY_FILE
|
// fi
|
||||||
fi
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue