adds curl package

This commit is contained in:
Hyatt 2022-03-14 13:56:05 -05:00
parent b097ead697
commit f821161695
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

1
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ podTemplate(
stage('Run Tests') { stage('Run Tests') {
container('golang') { container('golang') {
sh """ sh """
apk add --no-cache curl
curl --silent --location https://nexus.c.test-chamber-13.lan/repository/github-releases/jstemmer/go-junit-report/releases/download/v1.0.0/go-junit-report-v1.0.0-linux-amd64.tar.gz | tar -z -x -f - -C /usr/local/bin curl --silent --location https://nexus.c.test-chamber-13.lan/repository/github-releases/jstemmer/go-junit-report/releases/download/v1.0.0/go-junit-report-v1.0.0-linux-amd64.tar.gz | tar -z -x -f - -C /usr/local/bin
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}" ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"
cd "/go/src/${env.JOB_BASE_NAME}" cd "/go/src/${env.JOB_BASE_NAME}"