From b650c33cea02100b6427a1595825de5d2745f6b8 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 11 Feb 2019 17:52:02 +0100 Subject: [PATCH] Aggiunta pausa IIS01 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ac5aede..48ab0d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,7 +84,7 @@ pipeline { WebSCR_IIS01: { if(env.enableIIS01 == "Y") { - sleep 0 + sleep 2 bat "\"${tool 'MSBuild-15.0'}\" \"/p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:VisualStudioVersion=15.0 /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ WebSCR/WebSCR.csproj" } },