Change-Id: I7d80c09bda9849f2438d3076250017ebe9b9cb46
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
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"
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
}
}