Hi, Im using the groovy script runner .
I would like to print out some stuff (strings etc) on the console provided by the script runner plugin.
I tried print, println , both dont work.
The only way I can get some output from the console is to return the variable I want printed , eg return "hello world"
How I can print something without using return?
Thanks
I don't think you can print arbitrary output to the script runner screen. Instead, you can either:
As Andreas said. It's not really intended to writing reports, but you can return a StringBuilder / StringBuffer, that contains html.
I find logging the best approach though for the type of scripts I run... which is usually maintenance and housekeeping or exploratory stuff for testing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.