I have a working Groovy script which returns output to the Task History:
"success" or "failure" which can be used in other tasks.
However, I'd like to output some more details, for debugging and logging purposes.
- Is it possible to change the status? Instead of FINISHED_OK or ERROR, can I use and set custom states?
- Is it possible to log a more detailed output somewhere else?
Unfortunately I can't put more debugging output into the result description field.
(Well, I *can* but it's not what we want)