-
New Feature
-
Resolution: Fixed
-
Major
-
None
It would be great if one could generate HTML output in the Groovy scripts executed in scriptler.
A typical usage is when you have a script which filters builds matching some criteria. Currently we have just the build id, like "Project #116". Instead we could have something like:
<a href="http://jenkins:8080/job/Project/116">Project #116</a>
Maybe it's a security issue (for us it doesn't seem to be), but wouldn't it be enough to get rid of the wrapping <pre> element and add HTML escaping?