1
0
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:
Nikita Fedkin
2025-01-16 20:05:41 +01:00
committed by GitHub

View File

@@ -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
}