-
Bug
-
Resolution: Fixed
-
Major
-
None
On Windows, the relative paths to Ivy modules end up having '\' chars in them. This causes the incremental builds feature to fail to trigger any modules on changes as it can't match the module path up with the svn change path.
The Ivy Plugin should be internally converting all file separators to '/'.
Code changed in hudson
User: : tbingaman
Path:
trunk/hudson/plugins/ivy/src/main/java/hudson/ivy/IvyModuleSetBuild.java
http://jenkins-ci.org/commit/35366
Log:
JENKINS-7602Potential fix for incremental Ivy build bug on Windows.