Skip to content

Commit

Permalink
chore: update vault and broker url (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils authored May 31, 2024
1 parent eb22add commit 15425da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/shared/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ pipeline {
GIT_BRANCH = "${params.gitBranch}"
APP_ROLE_ID = credentials("knox-${params.project}-${params.component}-dev-role-id")
EVENT_PROVIDER = "${params.eventProvider}"
VAULT_ADDR = "https://vault-iit.apps.silver.devops.gov.bc.ca"
BROKER_URL = "https://nr-broker.apps.silver.devops.gov.bc.ca"
VAULT_ADDR = "https://knox.io.nrs.gov.bc.ca"
BROKER_URL = "https://broker.io.nrs.gov.bc.ca"
HTTP_PROXY = "http://test-forwardproxy.nrs.bcgov:23128"
PODMAN_ANSIBLE_INVENTORY_PATH = "${params.devInventoryPath}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.2"}"
Expand Down

0 comments on commit 15425da

Please sign in to comment.