updating cnpreprod env url
parent
f4d5bd942e
commit
39cdbb5743
|
|
@ -31,7 +31,7 @@ cnprod:
|
|||
- output-dir: "./output/"
|
||||
cnpreprod:
|
||||
- name: "cnpreprod"
|
||||
- env-url: "https://dynatracemgd-tsp.bmwgroup.net/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35"
|
||||
- env-url: "https://dyna-synth-cn.bmwgroup.com.cn/e/ab88c03b-b7fc-45f0-9115-9e9ecc0ced35"
|
||||
- env-token-name: "CNPREPROD_TOKEN_VAR"
|
||||
- jenkins: "https://jaws-china.bmwgroup.net/opmaas/"
|
||||
- output-dir: "./output/"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,11 @@ def runProcess(process_name, input_params):
|
|||
|
||||
if __name__ == "__main__":
|
||||
if(len(sys.argv) == 1):
|
||||
bin = "/opt/workspace/coco_apm_dynatrace_terraform_backup_exporter/terraform-provider-dynatrace_v1.31.0"
|
||||
dir = "C:/arnaua/repository/bmw/coco_apm_dynatrace_terraform_backup_exporter/bin"
|
||||
# dir = "/opt/workspace/coco_apm_dynatrace_terraform_backup_exporter"
|
||||
file = "terraform-provider-dynatrace_v1.30.1.exe"
|
||||
# file = "terraform-provider-dynatrace_v1.31.0"
|
||||
bin = os.path.join(dir, file)
|
||||
timestamp = time.strftime("%Y%m%d-%H%M%S")
|
||||
environments = ["euprod", "eupreprod", "naprod", "napreprod", "cnprod", "cnpreprod"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue