From 3f0b1f863fba049c14e8aa462e01d0ab70af8965 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 14 Apr 2017 11:32:18 +0200 Subject: [PATCH] typo... --- Jenkinsfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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)