2

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?

enter image description here

Community
  • 1
  • 1
karthikeayan
  • 4,291
  • 7
  • 37
  • 75

1 Answers1

1

That's exactly where they are supposed to be displayed. After the promotion has been executed, you will see a promotion star there.

enter image description here

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
  • 1
    The 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