-
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.
[JENKINS-11766] promoted-builds plugin can't deploy to Maven repo
Description | Original: 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. |
New:
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. * https://github.com/jenkinsci/jenkins/pull/312 * https://github.com/jenkinsci/promoted-builds-plugin/pull/18 |
Workflow | Original: JNJira [ 142009 ] | New: JNJira + In-Review [ 175586 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
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>