diff --git a/Jenkinsfile b/Jenkinsfile index 4143187..2397a45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ 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}" +def link = "https://github.com/dynatrace-oss/terraform-provider-dynatrace/releases/download/v1.30.1/${file}" pipeline {