exit inline

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-04-12 00:43:46 +02:00
parent a1bf915a78
commit b9c1d30aab
Vendored
+1 -2
View File
@@ -24,8 +24,7 @@ pipeline {
echo "${env.versionNumber}"
/* CAMBIO! */
bat "fart.exe VersGen\\GPW.cs 2.4.999.0 ${env.versionNumber}"
bat "exit /b 0"
bat "fart.exe VersGen\\GPW.cs 2.4.999.0 ${env.versionNumber} || EXIT /B 0"
}
}
stage('Build') {