diff --git a/.cloudbees/workflows/bp-tf-cd.yaml b/.cloudbees/workflows/bp-tf-cd.yaml index 75e20a3b..6c7eb1e9 100644 --- a/.cloudbees/workflows/bp-tf-cd.yaml +++ b/.cloudbees/workflows/bp-tf-cd.yaml @@ -58,7 +58,7 @@ jobs: bp01: env: ROOT: 01-getting-started - TF_VAR_hosted_zone: bp01.aws.ps.beescloud.com + TF_VAR_hosted_zone: bp01-cd.aws.ps.beescloud.com STAGES: "wipeout" needs: - init @@ -152,7 +152,7 @@ jobs: bp02: env: ROOT: 02-at-scale - TF_VAR_hosted_zone: bp02.aws.ps.beescloud.com + TF_VAR_hosted_zone: bp02-cd.aws.ps.beescloud.com STAGES: "wipeout" needs: - init diff --git a/.cloudbees/workflows/bp-tf-ci.yaml b/.cloudbees/workflows/bp-tf-ci.yaml index 0494c760..f00812e1 100644 --- a/.cloudbees/workflows/bp-tf-ci.yaml +++ b/.cloudbees/workflows/bp-tf-ci.yaml @@ -65,7 +65,7 @@ jobs: bp01: env: ROOT: 01-getting-started - TF_VAR_hosted_zone: bp01.aws.ps.beescloud.com + TF_VAR_hosted_zone: bp01-ci.aws.ps.beescloud.com STAGES: "deploy,validate,destroy" needs: - init @@ -159,7 +159,7 @@ jobs: bp02: env: ROOT: 02-at-scale - TF_VAR_hosted_zone: bp02.aws.ps.beescloud.com + TF_VAR_hosted_zone: bp02-ci.aws.ps.beescloud.com STAGES: "deploy,validate,destroy" needs: - init