Override physical path issue for iis website using jenkins msbuild

105 views
Skip to first unread message

Praveen Ravula

unread,
Mar 26, 2015, 2:12:50 PM3/26/15
to jenkin...@googlegroups.com
i am using MSbuild plugin to deploy the application,Everything is working fine ,but website is mapping to inetpub/wwwroot.Here my requirement is i need to map the website to physical path c:\xxx.Please fidn the below information and suggest me the solution.thanks in advance.
 
what is the property required to override the default physical path
.i saw somewhere commandline replace property ,but how to add that property to jenkins msbuild commandline parameters.?
 

/p:Configuration=Debug

/p:DeployOnBuild=True

/p:DeployTarget=MsDeployPublish

/p:MSDeployPublishMethod=Inproc

/p:DeployIisAppPath="Default Web Site/abcd"

/p:MsDeployServiceUrl=http://localhost/abcd

/p:CreatePackageOnPublish=True

/p:username="xxxx"

/p:password=xxxxx

/p:_PackageTempDir=c:\QueRxDemo\publish

/p:VisualStudioVersion=10.0

 

Jenkins console output :

MSDeployPublish:
  Starting Web deployment task from source:package(C:\xxx.zip) to Destination:auto().
 

Reply all
Reply to author
Forward
0 new messages