|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14794) Console output parsing... [email protected] (JIRA)
- [JIRA] (JENKINS-14794) Console output pa... [email protected] (JIRA)
- [JIRA] (JENKINS-14794) Console output pa... [email protected] (JIRA)

I use java.util.Properties to parse the output, and it's not really considered a bug. There's not really any good way to know what to do with output. If you don't want it to be picked up but you want it displayed to the log, redirect it to stderr (bundle install >&2).
If you want to be explicit about what's considered for parsing, you can do this in your shellscript: