env variables
parent
c4163b0198
commit
a9be29205c
|
|
@ -94,8 +94,8 @@ pipeline {
|
|||
env.CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR')
|
||||
env.CN_PREPROD_ENV_URL = 'https://dynatracemgd-tsp.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35'
|
||||
sh "chmod 755 terraform-provider-dynatrace_v1.30.2"
|
||||
result = bat label: 'Execute python script..', returnStatus: true, script: "export.py"
|
||||
// sh "sudo python3 export.py"
|
||||
// result = bat label: 'Execute python script..', returnStatus: true, script: "export.py"
|
||||
sh "sudo python3 export.py"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue