ultima pulizia jenkinsfile
This commit is contained in:
Vendored
-36
@@ -33,42 +33,6 @@ pipeline {
|
|||||||
// bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
|
// bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
|
||||||
// agent any
|
|
||||||
// steps {
|
|
||||||
// script {
|
|
||||||
// properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '180', artifactNumToKeepStr: '30', daysToKeepStr: '360', numToKeepStr: '30')), pipelineTriggers([])])
|
|
||||||
// // CAMBIO numero versione + checkout NuGet in file sorgente!!!
|
|
||||||
// bat "fart.exe VersGen\\MoonPro.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
|
|
||||||
// bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
|
|
||||||
// }
|
|
||||||
// script {
|
|
||||||
// /* compilo installers in base al BRANCH del cliente... */
|
|
||||||
// if (env.BRANCH_NAME == "develop") {
|
|
||||||
// parallel (
|
|
||||||
// ADM_IO: {
|
|
||||||
// sleep 2
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-ADM/MP-ADM.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-IO/MP-IO.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// },
|
|
||||||
// LAND_MON: {
|
|
||||||
// sleep 4
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-LAND/MP-LAND.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-MON/MP-MON.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// },
|
|
||||||
// SITE_TAB: {
|
|
||||||
// sleep 0
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-SITE/MP-SITE.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// bat "\"${tool 'MSBuild-15.0'}\" MP-TAB/MP-TAB.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"
|
|
||||||
// },
|
|
||||||
// failFast: false)
|
|
||||||
// }
|
|
||||||
// else {
|
|
||||||
// echo 'Niente x Build (limitata a develop)...'
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|||||||
Reference in New Issue
Block a user