How to get freestyle build stages through Jenkins REST api
0
For a jenkins pipeline with class - Workflowjob, I can get details for the stages through the REST api end point - wfapi. eg. https://myjenkins:port/jenkins/job/Folder/job/Jobname/23/wfapi Is there a similar REST endpoint for pipelines with class - FreeStyleProject ? My objective is to generate a report/dashboard which includes all available details of all pipelines on any jenkins folder. I dont want to restrict users into using only Workflowjobs. How would you achieve this?
rest jenkins jenkins-plugins jenkins-pipeline
share | improve this question
asked Nov 21 '18 at 5:46
Mayavi Mayavi
...