arangamani / jenkins_api_client

Ruby Client libraries for communicating with Jenkins Remote Access API
http://github.arangamani.net/jenkins_api_client/
MIT License
416 stars 239 forks source link

Get build status of specific build number in job #286

Open mgiacomobsg opened 5 years ago

mgiacomobsg commented 5 years ago

Hi, I have a feature request to get the build status of a specific build number within a job. Sometimes I have multiple builds running at one time and would not like the status of just the last run but rather the status of whatever number I choose. If this is already a feature then I must be missing something, if not then this would definitely be useful to me(and other people who are running into this issue). Thanks!