How to get the "console output" from Jenkins

0

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.

    
asked by anonymous 18.08.2016 / 13:37

1 answer

0

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 .

    
19.08.2016 / 15:19