-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Release builds are shown in a job's build history with a box icon next to them making it nice and easy to come back to the job and navigate straight to something you released. However, if you a) perform lots of subsequent builds or b) leave the job idle for a period of time, the build history will churn and the release build will eventually drop off the bottom of the history. I think it would be a nice improvement if the last release build were kept in the build history, at least until another release build was performed.
Code changed in jenkins
User: James Nord
Path:
src/main/java/org/jvnet/hudson/plugins/m2release/M2ReleaseBuildWrapper.java
http://jenkins-ci.org/commit/m2release-plugin/5b5981bc796dbffed42de3dd4ddf6a5d47845458
Log:
JENKINS-9048JENKINS-7272Keep the release until the next release is made.
TODO: make this configurable (keep all, keep last, keep none)