diff --git a/Jenkinsfile b/Jenkinsfile index 034f431c..5786d8d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,27 +38,27 @@ pipeline { /* CAMBIO numero versione in file sorgente!!! */ bat "fart.exe VersGen\\MoonPro.cs 000.000 ${env.versionNumber} || EXIT /B 0" parallel ( - MP-LANDING: { - sleep 2 + LANDING: { + sleep 5 bat "\"${tool 'MSBuild-14.0'}\" MP\\MP.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, - MP-ADMIN: { + ADMIN: { bat "\"${tool 'MSBuild-14.0'}\" MP-Admin\\MP-Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, - MP-IO: { - sleep 1 + IO: { + sleep 4 bat "\"${tool 'MSBuild-14.0'}\" MP-IO\\MP-IO.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, - MP-MON: { - sleep 1 + MON: { + sleep 3 bat "\"${tool 'MSBuild-14.0'}\" MP-MON\\MP-MON.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, - MP-SITE: { + SITE: { sleep 1 bat "\"${tool 'MSBuild-14.0'}\" MP-Site\\MP-Site.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, - MP-TABLET: { - sleep 1 + TABLET: { + sleep 2 bat "\"${tool 'MSBuild-14.0'}\" MP-Tablet\\MP-Tablet.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" }, failFast: false)