Print out hyperlink in Jenkins console output using Python -


i triggering python script through jenkins job, , print hyperlink in jenkins console output. there jenkins plugin or python module can use achieve this.

from test script, tried doing - echo 'print "http://www.google.com>google"' on console output displays raw text , not hyperlink (it make http url link clickable).

i aware work correctly in case of html file

you may try ansi color plugin shall auto convert hyperlink. tried java works, may try python :)


Comments