diff --git a/pipelines/shared/Jenkinsfile b/pipelines/shared/Jenkinsfile index a1d3818..0de8f7c 100644 --- a/pipelines/shared/Jenkinsfile +++ b/pipelines/shared/Jenkinsfile @@ -71,7 +71,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.devInventoryPath}" - PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr_polaris_collection.git#polaris/deploy" + PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy" PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections" GIT_CREDS = credentials('ci-user') GIT_CREDS_USR = GIT_CREDS_USR.replaceFirst('@', '%40') @@ -162,7 +162,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}" - PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr_polaris_collection.git#polaris/deploy" + PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy" PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections" GIT_CREDS = credentials('ci-user') GIT_CREDS_USR = GIT_CREDS_USR.replaceFirst('@', '%40') @@ -263,7 +263,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}" - PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr_polaris_collection.git#polaris/deploy" + PODMAN_ANSIBLE_COLLECTION_URL = "github.com/bcgov/nr-polaris-collection.git#polaris/deploy" PODMAN_ANSIBLE_COLLECTION_PATH = "./collections/ansible_collections" GIT_CREDS = credentials('ci-user') GIT_CREDS_USR = GIT_CREDS_USR.replaceFirst('@', '%40')