-
Bug
-
Resolution: Fixed
-
Minor
-
None
With the following line in a plugins.txt file:
workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.19-rc289.d09828a05a74
The following URL is being used for the plugin download:
The actual URL should be:
The workflow-support is missing from after the groupId info.
[JENKINS-58559] Incrementals URL missing plugin name
Description |
Original:
With the following line in a plugins.txt file: {code} workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.19-rc289.d09828a05a74 {code} The following URL is being used for the plugin download: https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/workflow/2.19-rc289.d09828a05a74/workflow-support-2.19-rc289.d09828a05a74.hpi The actual URL should be: https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/workflow/*workflow-support*/2.19-rc289.d09828a05a74/workflow-support-2.19-rc289.d09828a05a74.hpi The workflow-support is missing from after the groupId/artifactId info. |
New:
With the following line in a plugins.txt file: {code} workflow-support:incrementals;org.jenkins-ci.plugins.workflow;2.19-rc289.d09828a05a74 {code} The following URL is being used for the plugin download: https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/workflow/2.19-rc289.d09828a05a74/workflow-support-2.19-rc289.d09828a05a74.hpi The actual URL should be: https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/plugins/workflow/*workflow-support*/2.19-rc289.d09828a05a74/workflow-support-2.19-rc289.d09828a05a74.hpi The workflow-support is missing from after the groupId info. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fixed in https://github.com/jenkinsci/plugin-installation-manager-tool/pull/43