When we add a post build action of "Build other project" Jenkins will put a smart link to that build in console output.
I cat the log file of a build (/var/Jenkins/jobs/job1/builds/1/log) and realized that link is in fact a string of bytes. My question is how can I generate such string from a python script that Jenkins run?
(I know I can print http://myjenkins.com/job1 and Jenkins will turn it to a link. but I want to have a Jenkins-like link)