diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b7573ee7..9a384441 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,7 +48,7 @@ stages: # Dev Build/Deploy - stage: Dev variables: - - group: ISS-dev + - group: ISS-Dev jobs: - deployment: devBuildDeployment displayName: Build and Deploy ISS - Dev @@ -92,7 +92,7 @@ stages: - stage: Test condition: eq(variables['Build.SourceBranch'], variables['test-branch'] ) variables: - - group: ISS-sys + - group: ISS-Test jobs: - deployment: testBuildDeployment displayName: Build and Deploy ISS - Test @@ -144,10 +144,10 @@ stages: awsProfile: $(sysDeploymentProfile) # QA Build/Deploy - - stage: Qa + - stage: QA condition: eq(variables['Build.SourceBranch'], variables['qa-branch'] ) variables: - - group: ISS-qa + - group: ISS-QA jobs: - deployment: qaBuildDeployment displayName: Build and Deploy ISS - QA @@ -202,7 +202,7 @@ stages: - stage: Prod condition: succeeded('Qa') variables: - - group: ISS-prod + - group: ISS-Prod jobs: - deployment: prodBuildDeployment displayName: Build and Deploy ISS - Prod