updating links
parent
b5e785b8bd
commit
3bead75d9f
|
|
@ -2,6 +2,8 @@ def installRetryCount = 0
|
|||
def exportRetryCount = 0
|
||||
def checkRetryCount = 0
|
||||
def checkRetryCountSec = 0
|
||||
def file = "terraform-provider-dynatrace_1.31.0_linux_amd64.zip"
|
||||
def link = "https://github.com/dynatrace-oss/terraform-provider-dynatrace/releases/download/v1.30.1/${zip}"
|
||||
|
||||
pipeline {
|
||||
|
||||
|
|
@ -72,12 +74,10 @@ pipeline {
|
|||
script {
|
||||
installRetryCount = installRetryCount+1
|
||||
}
|
||||
sh '''
|
||||
pip3 install --user -r requirements.txt
|
||||
wget "https://github.com/dynatrace-oss/terraform-provider-dynatrace/releases/download/v1.30.1/terraform-provider-dynatrace_1.30.1_linux_amd64.zip"
|
||||
python3 unzip.py terraform-provider-dynatrace_1.31.0_linux_amd64.zip
|
||||
ls -la
|
||||
'''
|
||||
sh "pip3 install --user -r requirements.txt"
|
||||
sh "wget "${provider}""
|
||||
sh "python3 unzip.py "${link}""
|
||||
sh "ls -la"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue