Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/java/jenkins/model/Jenkins.java
test/src/test/java/jenkins/model/JenkinsTest.java
test/src/test/resources/plugins/jenkins-47406.hpi
http://jenkins-ci.org/commit/jenkins/0311b2dffa76ba01748b1be6a18fc7c1955e65fe
Log:
[FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items (#3078)
- [FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items
This allows @Initializer(after=InitMilestone.JOB_LOADED) implementations
to create items safely without risking them to be removed.
- Revert "[FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items"
This reverts commit 79ce796b00fde11fda586c9c9e2b8e93a53e2b31.
- Reverted this commit by mistake
Revert "Revert "[FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items""
This reverts commit 36c499c58c83427c7b8a6d3cc5902ec26732b2c7.
- Fix Mix-up after the previous merge
Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/java/jenkins/model/Jenkins.java
test/src/test/java/jenkins/model/JenkinsTest.java
test/src/test/resources/plugins/jenkins-47406.hpi
http://jenkins-ci.org/commit/jenkins/0311b2dffa76ba01748b1be6a18fc7c1955e65fe
Log:
[FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items (#3078)
This allows @Initializer(after=InitMilestone.JOB_LOADED) implementations
to create items safely without risking them to be removed.
JENKINS-47406Add test with an initializer creating a jobThis reverts commit 79ce796b00fde11fda586c9c9e2b8e93a53e2b31.
JENKINS-47406Reinstate the test with Jesse's solutionRevert "Revert "[FIXES JENKINS-47406] Milestone JOB_LOADED is now attained after cleaning up obsolete items""
This reverts commit 36c499c58c83427c7b8a6d3cc5902ec26732b2c7.