Jenkins: How do I find the link to the console output and place it on the build page?

I'm looking for a way to extract a link from the Jenkins build console and put the extracted text into the build page.

The Log Parser Plugin doesn't help as it adds links to the build page, but the point is to provide a direct link.

Jenkins' answer : Displaying the latest console output in the project page was useful for creating a shortcut on the console, but also does not solve this problem.

+3


source to share


1 answer


I am using https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin for this. It allows you to search the console log for a RegEx expression and update the job description. This can be seen on both: right below the build in the build history and on the build page



+3


source







All Articles