diff --git a/Jenkinsfile b/Jenkinsfile index 193e076..ad175be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { /* CAMBIO numero versione in file sorgente!!! */ bat "fart.exe VersGen\\VersGen.cs 000.000 ${env.versionNumber} || EXIT /B 0" parallel ( - WEBGIM-SITE: { + WEBGIM: { sleep 5 bat "\"${tool 'MSBuild-14.0'}\" GIM_site/GIM_site.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, @@ -52,11 +52,11 @@ pipeline { } } } - // stage('Test') { - // steps { - // echo 'Testing.. 2 be done...' - // } - // } + stage('Test') { + steps { + echo 'Testing.. 2 be done...' + } + } // stage('Deploy') { // agent any // steps {