adds curl package
This commit is contained in:
parent
b097ead697
commit
f821161695
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -43,6 +43,7 @@ podTemplate(
|
||||
stage('Run Tests') {
|
||||
container('golang') {
|
||||
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
|
||||
ln -s "${workspace}" "/go/src/${env.JOB_BASE_NAME}"
|
||||
cd "/go/src/${env.JOB_BASE_NAME}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user