|
||||||||
|
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/groups/opt_out.

Apparently this is related with concurrent build flow processing, at least that is my case.
When I run concurrent execution of one Build Flow Job I get the same error:
ERROR: Failed to run DSL Script
java.lang.NullPointerException: Cannot get property 'e' on null object
So first execution runs ok and the second one (the concurrent one) fails.
Hope that helps