-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Component/s: maven-plugin
-
Labels:None
-
Similar Issues:
The test is expecting a fixed set of permalinks attached to the project, but in jenkins >= 2 there are more permalinks, resulting in the test failing.
This can be easily fixed in a cross version way by expecting a minimum set of permalinks instead of a fixed one.
To reproduce:
mvn clean test -Dtest=MavenMultiModuleTest#symlinksUpdated -Djenkins.version=2.0
- links to
Code changed in jenkins
User: Raul
Path:
src/test/java/hudson/maven/MavenMultiModuleTest.java
http://jenkins-ci.org/commit/maven-plugin/a95a0e9927cc3c4824a6bec76d1c2ba00202772c
Log:
JENKINS-40949Use a minimum set of permalinks instead of a fixed setThis way the test works with the same guarantees for 1.x series and works
for 2.x series