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

Path of fingerprinted files not saved by CopyArtifacts

XMLWordPrintable

      Artifacts copied with CopyArtifact seem to not record full paths in fingerprints. Only the filename is recorded. This could be fine – except the "See Fingerprints" page seems to only display one line for each file name. (That's probably a bug too.)

      I would think that on the CopyArtifacts side, it should be quite a simple fix, in FingerprintingCopyMethod.java, which seems to be recording fingerprints with s.getName(). My quick guess is that the whole path could be stored if s.getName() was replaced with something like s.toString()...

            Unassigned Unassigned
            jakobmalm Jakob Malm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: