Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: c92c2217ecb0078f021fab7c9a053d9e63f12143
https://github.com/jenkinsci/jenkins/commit/c92c2217ecb0078f021fab7c9a053d9e63f12143
Author: Stephen Connolly <[email protected]>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
[FIXES JENKINS-13649] As FilePath(FilePath,String) expects multi-segment
relative paths, we should ensure that the multiple segments are using the
correct separator character for the remote OS
Commit: 708b609ccce2ca8334acb9f5399a7d199a33880a
https://github.com/jenkinsci/jenkins/commit/708b609ccce2ca8334acb9f5399a7d199a33880a
Author: Nicolas De loof <[email protected]>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M core/src/main/java/hudson/FilePath.java
Log Message:
-----------
Merge pull request #461 from stephenc/master
Fixes JENKINS-13649
Compare: https://github.com/jenkinsci/jenkins/compare/207134d...708b609