-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.277
Release plugin 2.11
-
-
2.15, but git tag 2.14 https://github.com/jenkinsci/release-plugin/releases/tag/release-2.14
We recently upgraded Jenkins to the latest version that uses the new UI. The release plugin still works but an important feature is now broken. We have a lot of release jobs with a number of release parameters fields. After hitting the "Release" button, on the "Define release" screen we were able to click on a previous release version to automatically copy over the filled in parameters from that build into the current. This seems to have broken after updating Jenkins to the newest version.
[JENKINS-64769] Jenkins release plugin does not copy used build parameters
Assignee | New: Tim Jacomb [ timja ] |
Summary | Original: Jenkins release plugin does not copy use build parameters | New: Jenkins release plugin does not copy used build parameters |
Released As | New: 2.15, but git tag 2.14 https://github.com/jenkinsci/release-plugin/releases/tag/release-2.14 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
I've added a PR fixing the problem at https://github.com/jenkinsci/release-plugin/pull/39
This also fixes setting checkbox parameters, which were broken even before the Jenkins table -> DIV layout changes.