|
||||||||
|
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: Joe Hansche
Path:
src/main/java/com/myyearbook/hudson/plugins/confluence/ConfluencePublisher.java
http://jenkins-ci.org/commit/confluence-publisher-plugin/d7e9c4f4a48d396b5c51e0413b8537087dc08860
Log:
[FIXED JENKINS-21624] Misconfiguration leads to error.
If the "Attached archived artifacts" option is selected, but no
artifacts are configured to be archived by the job, the upload
fails with a `NullPointerException`.
Instead, we should detect that case and log a message indicating
that nothing is going to be uploaded.