I am triggering a python script through a Jenkins job, and would print a hyperlink in the Jenkins console output. Is there a Jenkins plugin or python module I can use to achieve this.
From a test script, I tried doing this - echo 'print "http://www.google.com>Google"' but on console output it simply displays that as raw text and not as a hyperlink (It does make the http url link clickable).
I am aware that this will work correctly in case of HTML file