Skip to content

Commit

Permalink
feat: update default collection (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils authored Jun 6, 2024
1 parent c98bab4 commit 1217939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/shared/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipeline {
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.4"}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.5"}"
PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy${env.ANSIBLE_COLLECTION_VERSION}"
PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections"
GIT_CREDS = credentials('ci-user')
Expand Down Expand Up @@ -230,7 +230,7 @@ pipeline {
BROKER_URL = "https://nr-broker.apps.silver.devops.gov.bc.ca"
HTTP_PROXY = "http://test-forwardproxy.nrs.bcgov:23128"
PODMAN_ANSIBLE_INVENTORY_PATH = "${params.testInventoryPath}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.4"}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.5"}"
PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy${env.ANSIBLE_COLLECTION_VERSION}"
PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections"
GIT_CREDS = credentials('ci-user')
Expand Down Expand Up @@ -381,7 +381,7 @@ pipeline {
BROKER_URL = "https://nr-broker.apps.silver.devops.gov.bc.ca"
HTTP_PROXY = "http://test-forwardproxy.nrs.bcgov:23128"
PODMAN_ANSIBLE_INVENTORY_PATH = "${params.prodInventoryPath}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.4"}"
ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.5"}"
PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy${env.ANSIBLE_COLLECTION_VERSION}"
PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections"
GIT_CREDS = credentials('ci-user')
Expand Down

0 comments on commit 1217939

Please sign in to comment.