if removed

This commit is contained in:
Roberto Cirillo 2022-04-22 16:55:28 +02:00
parent e5d69661af
commit d66f8c0ecf
1 changed files with 3 additions and 4 deletions

7
Jenkinsfile vendored
View File

@ -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
'''
}
}