Hi! I am making a simple front-end for Jenkins. (https://github.com/stisti/jenkins-app)
I would like to make the front-end alert the user if Jenkins has something to say, like "There is a new version of Jenkins" or "Polling threads are hanging" or whatever it is Jenkins is in the habit of telling on the Manage Jenkins page. Is there (simple) way to extract those messages from the Manage Jenkins page? There doesn't seem to be an API available, because $JENKINS_URL/manage/api/ returns 404. -- Sami