-
Patch
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.439
Since commit c85e60f1 to the maven plugin in the main Jenkins repo, the promoted-builds plugin has not been able to deploy to a Maven repo. I have a pair of patches to fix it: one for the maven plugin and one for the promoted-builds plugin.
Code changed in jenkins
User: Michael Smith
Path:
changelog.html
maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java
http://jenkins-ci.org/commit/jenkins/e5c96723f3d77ada3c8a1e4da161d8e5134365c2
Log:
JENKINS-11766Maven RedeployPublisher: fix promoted-builds deployment to MavenAdd some indirection to allow the promoted-builds plugin's
RedeployBatchTaskPublisher to override getMavenBuild() and return the
promotion target's MavenModuleSetBuild object.
Also requires a fix in promoted-builds.
Signed-off-by: Michael Smith <msmith@cbnco.com>