diff --git a/integration/Jenkinsfile b/integration/Jenkinsfile index 1a224d873..d0619b3a9 100644 --- a/integration/Jenkinsfile +++ b/integration/Jenkinsfile @@ -198,7 +198,7 @@ def void stopAndRemoveDockers() { def void setupWorkspace() { sh ''' - wget --quiet -O go.tar.gz "https://go.dev/dl/$(curl -L https://golang.org/VERSION?m=text).linux-amd64.tar.gz" + wget --quiet -O go.tar.gz "https://go.dev/dl/go1.17.6.linux-amd64.tar.gz" rm -rf /usr/local/go && tar -C /usr/local -xzf ./go.tar.gz git clone --single-branch --branch $BRANCH https://github.com/NetApp/harvest.git cp /u/mpeg/harvest/harvest_cert.yml $WORKSPACE/harvest/integration/test/