update build & test (fake...)
This commit is contained in:
Vendored
+6
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user