Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: pipeline-maven-plugin
-
Labels:None
-
Similar Issues:
Description
Reproduction:
- fresh jenkins install via docker
- Install/configure with bare minimum to use v2.0 of this plugin
- Create simple pipeline job to build this plugin
See attached screen shot for results. Jenkins does not recognize the fingerprint of the artifacts.
Pipeline script is as follows:
node() { git 'git@github.com:my-fork/pipeline-maven-plugin.git' withMaven(maven: 'M3') { sh "mvn clean install" } }
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Screen Shot 2017-03-07 at 9.42.39 PM.png [ 36765 ] |
Attachment | Screen Shot 2017-03-25 at 1.58.19 AM.png [ 36767 ] |
Assignee | Alvaro Lobato [ alobato ] | Cyrille Le Clerc [ cleclerc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The problem resides in the way we invoke the FingerprintAction
https://github.com/jenkinsci/pipeline-maven-plugin/blob/pipeline-maven-parent-2.0/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java#L104