diff --git a/Jenkinsfile b/Jenkinsfile index 1b9e558..d9a5100 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ /** * Deploy components to the D4Science Infrastructure (dev-only) * - * Manuele Simi (ISTI-CNR) + * Roberto Cirillo (ISTI-CNR) */ // related jenkins job: https://jenkins.d4science.org/job/gCubeDeployer/ @@ -31,9 +31,9 @@ pipeline { steps { sh ''' date=`date` - if [ ! -e $DEPLOY_FILE] then - touch $DEPLOY_FILE - fi +// if [ ! -e $DEPLOY_FILE] then + touch $DEPLOY_FILE +// fi ''' } }