|
||||||||
|
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-13119) How can I set an... [email protected] (JIRA)
- [JIRA] (JENKINS-13119) How can I s... [email protected] (JIRA)
- [JIRA] (JENKINS-13119) How can I s... [email protected] (JIRA)
- [JIRA] (JENKINS-13119) How can I s... [email protected] (JIRA)
- [JIRA] (JENKINS-13119) How can I s... [email protected] (JIRA)
- [JIRA] (JENKINS-13119) How can I s... [email protected] (JIRA)

I suggest you should replacing the condition BUILD_TYPE.equals('Trunk') by "Trunk".equals(BUILD_TYPE).
Inverting the conditions avoids a NullPointerException.
Could apply this principle to all conditions and let me know?