string interpolation
parent
73f88f9514
commit
2595b2bdf7
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue