Re: jenkins build history with status for the given period

2019-06-11 Thread Rakesh Nair
Hi Panneer, I guess you can make use of api provided by jenkins to get above details regarding build. You can try below link to know how to fetch details from jenkins api. https://github.com/jenkinsci/pipeline-stage-view-plugin/blob/master/rest-api/README.md On Tue, Jun 11, 2019, 5:31 AM pannee

jenkins build history with status for the given period

2019-06-10 Thread panneerrselvam natarajan
Hi All, We are running Jenkins on Unix environment and execution the pipeline with different stages including Unit Testing. Now I want to generate the report for given period with following details Like below Build Number Execution date UnitTest Pass or Fail . Each stage pass or fail Build