We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987017b commit c09690aCopy full SHA for c09690a
Jenkinsfile
@@ -119,7 +119,7 @@ pipeline {
119
stage('SonarQube Analysis') {
120
steps {
121
withCredentials([usernamePassword(credentialsId: 'artifactoryuserpass', usernameVariable: 'ARTIFACTORY_USER', passwordVariable: 'ARTIFACTORY_PASSWORD')]) {
122
- git branch: 'master', credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
+ git branch: 'main', credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
123
git branch: env.BRANCH_NAME, credentialsId: 'GITHUB_AB2D_JENKINS_PAT', url: env.GIT_URL
124
// Automatically saves the an id for the SonarQube build
125
withSonarQubeEnv('CMSSonar') {
0 commit comments