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"