In Jenkins we can promote the build for each build number. I want to display the status of promotion in the right side of each build in build history box? Otherwise is it possible to list all the builds which needs to be promoted in a seperate page?
Asked
Active
Viewed 955 times
1 Answers
1
That's exactly where they are supposed to be displayed. After the promotion has been executed, you will see a promotion star there.

Slav
- 27,057
- 11
- 80
- 104
-
Thanks, I got it! I want to know what are all the other statuses can be displayed here. – karthikeayan Aug 28 '14 at 04:32
-
1The three that you can see on my screenshot are [**JobConfigHistory**](https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin), [**Build Trigger Badge**](https://wiki.jenkins-ci.org/display/JENKINS/Build+Trigger+Badge+Plugin) and [**Disk Usage**](https://wiki.jenkins-ci.org/display/JENKINS/Disk+Usage+Plugin). You can also use [**Groovy Postbuild**](https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin) for a lot of custom badges in the build history – Slav Aug 28 '14 at 04:49
-
To see a status, you must select something in the Promotion step, e.g. select an Icon such as "Green star" – Steven the Easily Amused Dec 08 '16 at 19:41