update url

master
SLW\ARNAUA 2023-06-05 12:25:45 +02:00
parent 8babf2b74c
commit 1429649164
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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 {