From a9eaf7cc91bab70f2675df8cc4bda5f9d0855461 Mon Sep 17 00:00:00 2001 From: Andreas Wilson <41663792+andrwils@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:43:37 -0800 Subject: [PATCH] feat: set default collection to v2.1.3 (#59) --- pipelines/app/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/app/Jenkinsfile b/pipelines/app/Jenkinsfile index 7f6ef2c..0f39154 100644 --- a/pipelines/app/Jenkinsfile +++ b/pipelines/app/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.5"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.1.3"}" 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.5"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.1.3"}" 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.5"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.1.3"}" 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')