Skip to content

Commit c09690a

Browse files
christopher-mabohMaboh Christopher
and
Maboh Christopher
authored
modify reference of master branch to main (#1337)
Co-authored-by: Maboh Christopher <[email protected]>
1 parent 987017b commit c09690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pipeline {
119119
stage('SonarQube Analysis') {
120120
steps {
121121
withCredentials([usernamePassword(credentialsId: 'artifactoryuserpass', usernameVariable: 'ARTIFACTORY_USER', passwordVariable: 'ARTIFACTORY_PASSWORD')]) {
122-
git branch: 'master', credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
122+
git branch: 'main', credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
123123
git branch: env.BRANCH_NAME, credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
124124
// Automatically saves the an id for the SonarQube build
125125
withSonarQubeEnv('CMSSonar') {

0 commit comments

Comments
 (0)