I would like to create a pipeline that every couple of weeks will make a quality assessment based on the archived artefacts of another job. In short, it has to iterate over all the builds from that given job, for a given period of time, fetch one of the archived files from them and perform an analysis.
It should be possible to use the REST API to list the build results, compose a permalink for the artefacts I need etc etc. But I wonder if there is a smarter way of doing that using the pipeline DSL or Jenkins API... Something like this: https://support.cloudbees.com/hc/en-us/articles/217591038-How-to-Iterate-Through-the-Last-Successful-Builds-in-Pipeline-Job ... but pointing to another job. -- 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/b2f41d53-863e-4b99-9edd-56ed90a47946%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
