From 2bcde333fbc2479b66cf9826134444671aef1fc7 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli (WEB DEV)" Date: Wed, 5 Apr 2017 00:40:31 +0200 Subject: [PATCH] cambio definizione step --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c3f6f74..e6a955e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { stage('Deploy') { steps { parallel ( - HOME IIS01/IIS02: { + HOME_IIS01_IIS02: { echo 'DEPLOY HOME IIS01/IIS02' bat "\"${tool 'MSBuild-14.0'}\" HOME\\HOME.csproj /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=14.0 /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /m" bat "\"${tool 'MSBuild-14.0'}\" HOME\\HOME.csproj /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=IIS01.pubxml /p:VisualStudioVersion=14.0 /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /m"