Add fingerprint to archive 46/1946/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 19 Jun 2017 20:26:11 +0000 (16:26 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 19 Jun 2017 20:26:11 +0000 (16:26 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Jenkinsfile

index 84611ce..8c54266 100644 (file)
@@ -40,7 +40,7 @@ pipeline {
                     apt-ftparchive packages pool/osmclient > dists/unstable/osmclient/binary-amd64/Packages
                     gzip -9fk dists/unstable/osmclient/binary-amd64/Packages
                     '''
-                archiveArtifacts artifacts: "dists/**,pool/osmclient/*.deb"
+                archiveArtifacts artifacts: "dists/**,pool/osmclient/*.deb", fingerprint: true
             }
         }
     }