From a6034974e3ce9b21db89e678fb501b57e8f2f672 Mon Sep 17 00:00:00 2001 From: Maboh Christopher Date: Fri, 24 May 2024 18:32:07 -0400 Subject: [PATCH] modify reference of master branch to main --- ops/Jenkinsfile.build_trigger | 4 ++-- ssas/service/main/main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ops/Jenkinsfile.build_trigger b/ops/Jenkinsfile.build_trigger index d6dd59e6..cc4ca616 100644 --- a/ops/Jenkinsfile.build_trigger +++ b/ops/Jenkinsfile.build_trigger @@ -41,7 +41,7 @@ pipeline { ]] ]) script { - if (env.BRANCH_NAME == "master") { + if (env.BRANCH_NAME == "main") { DEPLOY='dev' } } @@ -51,7 +51,7 @@ pipeline { stage('Build and Package') { steps { build job: 'BCDA - Build and Package', - // Since this is being triggered by a code delivery to SSAS repo, it should always be built with BCDA master + // Since this is being triggered by a code delivery to SSAS repo, it should always be built with BCDA main parameters: [string(name: 'SSAS_GIT_VERSION', value: "${env.BRANCH_NAME}"), string(name: 'DEPLOY', value: "${DEPLOY}")], wait: true, propagate: true diff --git a/ssas/service/main/main.go b/ssas/service/main/main.go index 2bb65031..e4d9432c 100644 --- a/ssas/service/main/main.go +++ b/ssas/service/main/main.go @@ -5,13 +5,13 @@ For more details see our repository readme and Postman tests: - https://github.com/CMSgov/bcda-ssas-app - - https://github.com/CMSgov/bcda-ssas-app/tree/master/test/postman_test + - https://github.com/CMSgov/bcda-ssas-app/tree/main/test/postman_test If you have a Client ID and Secret you can use this page to explore the API. To do this, click the green "Authorize" button below and enter your Client ID and secret in the Basic Authentication username and password boxes. Until you click logout your token will be presented with every request made. To make requests click on the "Try it out" button for the desired endpoint. Version: 1.0.0 - License: Public Domain https://github.com/CMSgov/bcda-ssas-app/blob/master/LICENSE.md + License: Public Domain https://github.com/CMSgov/bcda-ssas-app/blob/main/LICENSE.md Contact: bcapi@cms.hhs.gov Produces: