string interpolation

master
SLW\ARNAUA 2023-06-05 11:38:30 +02:00
parent 73f88f9514
commit 2595b2bdf7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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