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 #145 from firstBitMarksistskaya/nixel2007-patch-2
This commit is contained in:
@@ -50,7 +50,7 @@ class SonarScanner implements Serializable {
|
||||
} else {
|
||||
sonarCommand += " -Dsonar.branch.name=$env.BRANCH_NAME"
|
||||
}
|
||||
} else (branchAnalysisConfiguration == BranchAnalysisConfiguration.AUTO) {
|
||||
} else if (branchAnalysisConfiguration == BranchAnalysisConfiguration.AUTO) {
|
||||
// no-op
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user