cambio definizione step

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-04-05 00:40:31 +02:00
parent 58b6e2a0a9
commit 2bcde333fb
Vendored
+1 -1
View File
@@ -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"