update build & test (fake...)

This commit is contained in:
Samuele E. Locatelli
2017-10-17 16:18:50 +02:00
parent cb5e3394b2
commit e45df4fc45
Vendored
+6 -6
View File
@@ -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 {