Skip to content
Snippets Groups Projects
Commit 59a59845 authored by Sherman Yang's avatar Sherman Yang
Browse files

remove r3- and R3MVP - from pipelines

parent 775bbd36
No related branches found
No related tags found
1 merge request!38Add aks and data pipelines
Pipeline #11474 failed
Pipeline: Unit

#11475

    ......@@ -19,7 +19,7 @@ trigger:
    - /testing
    variables:
    - group: 'R3MVP - Azure - OSDU'
    - group: 'Azure - OSDU'
    stages:
    - template: stages.yml
    ......
    ......@@ -6,9 +6,9 @@ stages:
    - stage: 'Build_${{ environment.name }}'
    variables:
    - group: 'R3MVP - Infrastructure Pipeline Variables - ${{environment.name}}'
    - group: 'R3MVP - Azure Target Env Secrets - ${{environment.name}}'
    - group: 'R3MVP - Azure Target Env - ${{environment.name}}'
    - group: 'Infrastructure Pipeline Variables - ${{environment.name}}'
    - group: 'Azure Target Env Secrets - ${{environment.name}}'
    - group: 'Azure Target Env - ${{environment.name}}'
    jobs:
    - job: MavenPackageAndPublishArtifacts
    ......
    ......@@ -15,15 +15,15 @@ resources:
    repositories:
    - repository: FluxRepo
    type: git
    name: r3-gitops-manifests
    name: gitops-manifests
    - repository: TemplateRepo
    type: git
    name: r3-infra-azure-provisioning
    name: infra-azure-provisioning
    variables:
    - group: 'R3MVP - Azure - OSDU'
    - group: 'R3MVP - Azure - OSDU Secrets'
    - group: 'Azure - OSDU'
    - group: 'Azure - OSDU Secrets'
    - name: serviceName
    value: "unit-service"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment