Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-43101

Artifacts are not fingerprinted

XMLWordPrintable

      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"
        }
      }

            cleclerc Cyrille Le Clerc
            crussell52 Chris Russell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: