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

Code changed in jenkins
User: vzsg
Path:
src/main/java/au/com/rayh/XCodeBuilder.java
http://jenkins-ci.org/commit/xcode-plugin/4724a1c79040b9b1f91ce8381adc4a24013a8268
Log:
Avoid NPE on plugin version update
When upgrading from 1.3 to 1.4.x, this configuration key does not yet
exist, causing every XCode build to break. Added a null check to avoid
this situation. JENKINS-19886