Skip to content

Commit

Permalink
[JENKINS-44807] Don't forget to track the usage of the fingerprinted …
Browse files Browse the repository at this point in the history
…artifact.
  • Loading branch information
Cyrille Le Clerc committed Jun 10, 2017
1 parent 1441591 commit 576c9d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ public void process(@Nonnull StepContext context, @Nonnull Element mavenSpyLogsE
for (Map.Entry<String, String> artifactToFingerprint : artifactsToFingerPrint.entrySet()) {
String artifactPathInArchiveZone = artifactToFingerprint.getKey();
String artifactMd5 = artifactToFingerprint.getValue();
fingerprintMap.getOrCreate(run, artifactPathInArchiveZone, artifactMd5);
fingerprintMap.getOrCreate(run, artifactPathInArchiveZone, artifactMd5).addFor(run);
}

// add action
Expand Down

0 comments on commit 576c9d3

Please sign in to comment.