enable archive fingerprints 45/1945/1
authorMike Marchetti <mmarchetti@sandvine.com>
Mon, 19 Jun 2017 19:06:13 +0000 (15:06 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Mon, 19 Jun 2017 19:22:53 +0000 (15:22 -0400)
Change-Id: I7d80c09bda9849f2438d3076250017ebe9b9cb46
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
jenkins/common/install_common [changed mode: 0644->0755]
jenkins/system/Jenkinsfile

old mode 100644 (file)
new mode 100755 (executable)
index ef8322b..3304bae
@@ -43,8 +43,6 @@ done
 
 key_location=$REPOSITORY_BASE/$RELEASE/$REPOSITORY_KEY
 
-# key pulled from https
-[[ "$key_location" =~ https ]] || key_location=${key_location/http/https}
 curl $key_location | apt-key add -
 
 add-apt-repository -y "deb $REPOSITORY_BASE/$RELEASE $REPOSITORY SO UI RO osmclient openvim"
index c3dcc0a..8a04f23 100644 (file)
@@ -80,6 +80,6 @@ node("${params.NODE}") {
     stage("Archive Artifacts") {
         sh "echo ${container_name} > build_version.txt"
         sh "tar -zcvf repo.tar.gz repo"
-        archiveArtifacts artifacts: "build_version.txt, repo.tar.gz"
+        archiveArtifacts artifacts: "build_version.txt, repo.tar.gz", fingerprint: true
     }
 }