-
Bug
-
Resolution: Unresolved
-
Major
-
None
I set the parameter of PublishFolder to a centralized share as /p:PublishFolder="\\RemoteServerName\OfficialBuilds\Published\, but I got "\RemoteServerName\OfficialBuilds\Published\" in my MSBuild build file. Obviously, one backslash was dropped by the MSBuild plugin.
If I changed the setting to /p:PublishFolder="\\\RemoteServerName\OfficialBuilds\Published\, the right share folder path of "\\RemoteServerName\OfficialBuilds\Published\" was transferred to my MSBuild build file
[JENKINS-22344] Command Line Arguments: /p:PublishFolder does not work with UNC format to publish to remote server
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Workflow | Original: JNJira [ 154435 ] | New: JNJira + In-Review [ 186188 ] |
Assignee | Original: kdsweeney [ kdsweeney ] | New: Tilo [ tilalx ] |
Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/hudson/plugins/msbuild/MsBuildBuilder.java
src/test/java/hudson/plugins/msbuild/MsBuildBuilderTest.java
http://jenkins-ci.org/commit/msbuild-plugin/bdec2dfe089d62a80fd0371db605ee9c3ebbe41b
Log:
Fix JENKINS-22344 and
JENKINS-22451