From: Mike Marchetti Date: Mon, 19 Jun 2017 20:26:11 +0000 (-0400) Subject: Add fingerprint to archive X-Git-Tag: v2.0.2~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F1946%2F1;p=osm%2Fosmclient.git Add fingerprint to archive Signed-off-by: Mike Marchetti --- diff --git a/Jenkinsfile b/Jenkinsfile index 84611ce..8c54266 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } } }