|
||||||||
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-12708) Null pointer execption in bu... bb...@mac.com (JIRA)
- [JIRA] (JENKINS-12708) Null pointer execption ... c...@praqma.net (JIRA)
If I remember it correctly, I tried to access class variables directly from buildEnvVars(), which causes the null pointer exception.
I then added those particular variables I needed to an Action and accessed them through it.
I hope it helps!