-
Bug
-
Resolution: Fixed
-
Major
-
jenkins version: 1.598
OS: RHEL6
java version: 1.6.0_26
Lately we've been seeing an issue with phantom promotions.
Setup:
1. clone a job that has a promotion process set
2. in the newly cloned job, rename said promotion process
3. on disk (under JENKINS_HOME) notice that the promotions folder for the new job has multiple promotions
4. notice that the previously-named promotion process doesn't appear in the UI
5. if a build occurs and it matches the critera of the hidden promotion process, that will also execute
6. repeating step #1 on the current job will accumulate phantom promotion configs (there will now be two after a rename)
These
- is related to
-
JENKINS-8783 Renamin promotion process doesn't remove the original promotion process
- Resolved
-
JENKINS-10423 Builds get double promotions after promotion has been renamed
- Resolved