Basically, I'm trying to get the same info through the API that you can get through the web UI when going to /browse/KEY-PLANKEY-JOB1. That is, a list of the last few runs of the job, regardless of their state. I can get most of the interesting information from /rest/api/latest/result/KEY-PLANKEY-JOB1; however, it skips any runs with an "Unknown" state (or with a lifeCycleState="NotBuilt"). Is it possible, through the REST API, to get a list that includes these runs that were in a bad state?
As our REST documentation says you need to add ?includeAllStates=true
to your request URL
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.