diff --git a/pipelines/shared/Jenkinsfile b/pipelines/shared/Jenkinsfile index 17213ac..e694796 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.2"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.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') @@ -227,7 +227,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.2"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.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') @@ -375,7 +375,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.2"}" + ANSIBLE_COLLECTION_VERSION = "${params.ansibleCollectionBranchTag != null && params.ansibleCollectionBranchTag != "" ? ",${params.ansibleCollectionBranchTag}" : ",v2.0.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')