|
||||||||||||||
|
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.

The :bypass parameter is working to check in the files but the invoke method tries afterwards to close the change package, which is not existing. This will lead to an exception ("MKS125449: The change package ID is invalid.").
There is already an if statement, checking whether the change package is ":none", which could probably be extended to handle also the ":bypass" parameter.