Hi, I’m have a mergeHook on my bitbucket plugin and I want to add a link to an html page on the veto window.
this is what I currently have :
is there a way I can make the http link an href so it will be presseble?
this is my current code :
reportText = "New Errors. Visit http://localhost:8080/report?id=" + htmlId;
context.getMergeRequest().veto("Errors ", reportText);
Thanks!