From 1217939baa38c98398d76ae36fcc0a9282448c09 Mon Sep 17 00:00:00 2001 From: Andreas Wilson <41663792+andrwils@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:39:56 -0700 Subject: [PATCH] feat: update default collection (#51) --- pipelines/shared/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/shared/Jenkinsfile b/pipelines/shared/Jenkinsfile index 1b85910..bc5e1b5 100644 --- a/pipelines/shared/Jenkinsfile +++ b/pipelines/shared/Jenkinsfile @@ -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') @@ -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') @@ -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')