-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins for Windows 2.201
Promoted Builds Plugin version 3.4
After successfully generating a number of build promotions of a job, visiting the Job Promotion Status page lists all the appropriate promotion builds. However, the link to the Job promotion is not valid. It is referencing a link with the source build # the same as the promotion build number. For instance, in the screen shots attached, if base job's build #34 is promoted with QA promotion build #9, the link is generated as:
http://somewhere.com/job/xxx/job/yyy/9/promotion/QA/promotionBuild/9/
The correct link should be
http://somewhere.com/job/xxx/job/yyy/34/promotion/QA/promotionBuild/9/
The build results in build.xml are correct (see attached). It is just the rendering of the link that is incorrect.
This is a new installation, so I'm not sure if it is related to other issues reported against the upgrade to 3.3.