projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af80b5d
)
Add fingerprint to archive
46/1946/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Mon, 19 Jun 2017 20:26:11 +0000
(16:26 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Mon, 19 Jun 2017 20:26:11 +0000
(16:26 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
84611ce
..
8c54266
100644
(file)
--- 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
}
}
}