[ 
https://issues.jenkins-ci.org/browse/JENKINS-10839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159551#comment-159551
 ] 

Frank Merrow commented on JENKINS-10839:
----------------------------------------

Yeah, I came here to file this exact CR, found this and voted for it instead.

Outputting HTML tables and such would be huge . . . though I suspect it would 
require Jenkins support.

If security is the issue (mentioned above), about about at least allow us to 
create a HTML page "someplace" and provide a link to it.  That way you could 
build the results in HTML and make it easy for the user to browse to it.  This 
does have problems though given multiple users from multiple clients . . . you 
need someplace to store the HTML and some kind of clean up function for when 
the user is done with it (or 2 days later) . . .

Frank
                
> Allow for HTML output in scriptler
> ----------------------------------
>
>                 Key: JENKINS-10839
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-10839
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: scriptler
>            Reporter: grzegorz_oledzki
>            Assignee: domi
>
> 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:
> {code}
> <a href="http://jenkins:8080/job/Project/116";>Project #116</a>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to