You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
Merge pull request #146 from firstBitMarksistskaya/develop
This commit is contained in:
@@ -50,7 +50,7 @@ class SonarScanner implements Serializable {
|
|||||||
} else {
|
} else {
|
||||||
sonarCommand += " -Dsonar.branch.name=$env.BRANCH_NAME"
|
sonarCommand += " -Dsonar.branch.name=$env.BRANCH_NAME"
|
||||||
}
|
}
|
||||||
} else (branchAnalysisConfiguration == BranchAnalysisConfiguration.AUTO) {
|
} else if (branchAnalysisConfiguration == BranchAnalysisConfiguration.AUTO) {
|
||||||
// no-op
|
// no-op
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user