From 14296491646c9b5638ec4343d789b33c0f332d0b Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 5 Jun 2023 12:25:45 +0200 Subject: [PATCH] update url --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {