-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Gradle 2.3
gradle-jpi-plugin 0.13.0
When using version 0.13.0 of the gradle-jpi-plugin to generate a HPI or JPI file, the manifest within the plugin archive is empty.
This is a regression introduced by trying to fix JENKINS-31188 in https://github.com/jenkinsci/gradle-jpi-plugin/commit/8c7f181fcae0da51efd052aed48e4a2d5edd22d3.
[JENKINS-31426] JPI/HPI manifest is empty
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 166790 ] | New: JNJira + In-Review [ 209411 ] |
Code changed in jenkins
User: Daniel Spilker
Path:
CHANGELOG.md
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/Jpi.groovy
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
http://jenkins-ci.org/commit/gradle-jpi-plugin/4f5a65c6866fa395048e2589d0237b8c7caf7021
Log:
fixed a regression which causes the manifest to be empty
[FIXES JENKINS-31426]