Say you have someplugin installed at version 1.1, and you use Upload File to upload someplugin-1.2.hpi from your local Maven repository. doUploadPlugin will save $JENKINS_HOME/plugins/someplugin-1.2.jpi alongside the existing $JENKINS_HOME/plugins/someplugin.jpi, and will not create a $JENKINS_HOME/plugins/someplugin.jpi.pinned as expected, leading to a confused situation.
Workaround is to locally rename the file to someplugin.hpi before uploading.
- is related to
-
JENKINS-4543 Manually uploaded plugins are incorrectly unpacked
-
- Resolved
-
[JENKINS-16306] Plugin Manager » Upload File misbehaves when filename not arttifactId.hpi
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 147120 ] | New: JNJira + In-Review [ 192249 ] |
I think this is also a dupliate of
JENKINS-4543.