Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
org.jenkins.plugins.cloudbees.MavenArtifactFilePathSaver can break Maven builds even when the cloudbees-deployer plugin is not enabled for a certain build. For instance, I'm getting the following exception for a build:
https://gist.github.com/1109680
I think the solution is for this reporter to verify that the parent MavenModuleSet has the CloudbeesPublisher enabled.
I think there are two issues here. One is the fact that it doesn't regard whether the Publisher is enabled. The other is that it doesn't seem to handle site artifacts? Perhaps this is what the "TODO take of NPE !!" is for?