|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

While adding multiple parameters is indeed possible at the moment, I needed the ability to not state a package (meaning that any package is allowed). Before, if the package field was left empty, the following argument was given to the monkey tool: "-p null".
When I did this, I also added the option to separate multiple packages by a space and to specify zero or more categories (in a separate commit, so can eventually be discarded if not needed). I have created a pull-request on Github (#47) which may be merged with the master branch.