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