env variables

master
SLW\ARNAUA 2023-06-01 16:00:08 +02:00
parent ccea5f7566
commit cca1858abf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -94,7 +94,7 @@ 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, sccript: "export.py"
result = bat label: 'Execute python script..', returnStatus: true, script: "export.py"
// sh "sudo python3 export.py"
}
}