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

`archive` step should support fingerprinting

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • pipeline

      Currently if you want to archive artifacts and automatically fingerprint them, you must invoke a step, e.g.:

      step([$class: 'ArtifactArchiver', artifacts: '**/target/*.jar, **/target/*.war, **/target/*.hpi', fingerprint: true])
      

      The archive step should support the fingerprint keyword-argument, e.g.:

      code
      archive excludes: 'bar', includes: 'foo', fingerprint: true
      code

      Which, like the web UI, would fingerprint all archived artifacts automatically.

            jglick Jesse Glick
            rtyler R. Tyler Croy
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: