diff --git a/Jenkinsfile b/Jenkinsfile index e4bdf02..c78f6ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,17 +20,17 @@ pipeline { proxy_user = "${AUTH_USR}" proxy_pw = "${AUTH_PSW}" EMEA_PROD_API_TOKEN = credentials('EUPROD_TOKEN_VAR') - EMEA_PROD_ENV_URL="https://xxu26128.live.dynatrace.com" + EMEA_PROD_ENV_URL = 'https://xxu26128.live.dynatrace.com' EMEA_PREPROD_API_TOKEN = credentials('EUPREPROD_TOKEN_VAR') - EMEA_PREPROD_ENV_URL="https://qqk70169.live.dynatrace.com" + EMEA_PREPROD_ENV_URL = 'https://qqk70169.live.dynatrace.com' NA_PROD_API_TOKEN = credentials('NAPROD_TOKEN_VAR') - NA_PROD_ENV_URL="https://wgv50241.live.dynatrace.com" + NA_PROD_ENV_URL = 'https://wgv50241.live.dynatrace.com' NA_PREPROD_API_TOKEN = credentials('NAPREPROD_TOKEN_VAR') - NA_PREPROD_ENV_URL="https://onb44935.live.dynatrace.com" + NA_PREPROD_ENV_URL = 'https://onb44935.live.dynatrace.com' CN_PROD_API_TOKEN = credentials('CNPROD_TOKEN_VAR') - CN_PROD_ENV_URL="https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b" + CN_PROD_ENV_URL= 'https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b' CN_PREPROD_API_TOKEN = credentials('CNPREPROD_TOKEN_VAR') - CN_PREPROD_ENV_URL="https://dynatracemgd-tsp.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35" + CN_PREPROD_ENV_URL = 'https://dynatracemgd-tsp.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35' } stages { @@ -101,8 +101,6 @@ pipeline { exportRetryCount = exportRetryCount + 1 sh "chmod 755 terraform-provider-dynatrace_v1.30.2" sh "sudo python3 export.py" - sh "where eb" - sh "which bundle" } } }