Hi there,
In your case you need to look for all the Builds with
the
https://github.com/jenkinsci/promoted-builds-plugin/blob/master/src/main/java/hudson/plugins/promoted_builds/PromotedBuildAction.java
reference using the
method:
http://javadoc.jenkins-ci.org/hudson/model/Actionable.html#get
Hi Folks,
I have Job-1 and Job-2.
In Job-2 I am trying to get the latest Promoted Build marked Build# for a
Job-1. So i am trying this with Grrovy script. Can any one help me to
achieve this.
I have below script which gives me all the build# for a job. But i want
only those build which are ma