Jenkins—get "Build Time Trend" values using "Remote Access API"
Posted
by
Chathura Kulasinghe
on Stack Overflow
See other posts from Stack Overflow
or by Chathura Kulasinghe
Published on 2012-12-10T11:01:58Z
Indexed on
2012/12/10
11:03 UTC
Read the original article
Hit count: 585
Is there a way that we can get all Jenkins-"Build Time Trend" information ( Build number + Status[success/failed etc] + Duration ) for an application; using the Jenkins remote access API?
Or else I would appreciate if you could post a link of any documentation on how to get information from Jenkins using the Remote Access API. Most of the sources consist of the way of running jobs, but I couldn't find any, which shows how to fetch information from jenkins.
Thanks!
© Stack Overflow or respective owner