-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: groovy-postbuild-plugin
-
None
def ThisFoldername = JOB_NAME.replace("/","/job/");
def theString = "<a href='https://jenkins.com/job/" + ThisFoldername + "/" + BUILD_NUMBER + "/execution/node/5/ws/'>Workspace</a>";
manager.addShortText(theString, "black", "white", "0px", "white");
or added any href link string will not be html link it will be just a full string displayedÂ
 Note it works file forÂ
manager.createSummary("green.gif").appendText(theString , false, false, false, "black");
Please Fix.
 Thanks