> On 21.02.2017, at 11:58, Alex Ellis <[email protected]> wrote: > > To get the exact version for you will involve downloading every iteration > between 1.6 and 2.3 and installing/testing one-by-one
Not quite. A binary search takes at most log2(n) iterations. Also, please note that "1.6" isn't a version of Jenkins (but if it was, it would have been released around 10 years ago), while 2.3 is almost a year old. Those next digits are very important if you're discussing regressions. > an alternate method via the REST API of adding an existing job to a view. As documented on /view/whatever/api: > Add Job to View > > To add a job to this view, send a POST request to this URL > […/view/…/addJobToView] with query parameter name=JOBNAME. You'll get 200 > status code if the job was successfully added to this view, or 4xx/5xx code > if it fails. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/2E2A3D4F-7544-4300-AB69-74EB71445190%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
