I use REST API
of Jenkins
to get all the information I need with: /api/json?pretty=true
.
Now I need to get the logs that are in /console
, and I would like to know if it has something similar.
I use REST API
of Jenkins
to get all the information I need with: /api/json?pretty=true
.
Now I need to get the logs that are in /console
, and I would like to know if it has something similar.
I believe that because Log is a fairly generic end result, Jenkins
makes it available differently and simply. And since I was looking for a JSON
, I did not realize it right away.
To access the build log, just go to /consoleText
.