diff --git a/Jenkinsfile b/Jenkinsfile index b26e2cf..ae5bf0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +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/terraform-provider-dynatrace_1.31.0_linux_amd64.zip" +def file = "terraform-provider-dynatrace_1.30.1_linux_amd64.zip" +def link = "https://github.com/dynatrace-oss/terraform-provider-dynatrace/releases/download/v1.30.1/$file" pipeline {