You've already forked jenkins-lib
forked from jenkins/jenkins-lib
fix syntax_check options merge
Co-Authored-By: ivanovEV <ivanovev@melonfashion.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class ConfigurationReaderTest {
|
||||
.hasFieldOrPropertyWithValue("storagePath", "UNKNOWN_ID")
|
||||
;
|
||||
|
||||
assertThat(jobConfiguration.getSyntaxCheckOptions().getCheckModes()).hasSize(1);
|
||||
assertThat(jobConfiguration.getSyntaxCheckOptions().getCheckModes()).hasSize(4);
|
||||
|
||||
assertThat(jobConfiguration.getResultsTransformOptions().getRemoveSupport()).isFalse();
|
||||
assertThat(jobConfiguration.getResultsTransformOptions().getSupportLevel()).isZero();
|
||||
|
@@ -21,7 +21,12 @@
|
||||
"branchAnalysisConfiguration": "auto"
|
||||
},
|
||||
"syntaxCheck": {
|
||||
"checkModes": ["-ThinClient"]
|
||||
"checkModes": [
|
||||
"-ThickClient",
|
||||
"-ThinClient",
|
||||
"-WebClient",
|
||||
"-Server"
|
||||
]
|
||||
},
|
||||
"resultsTransform": {
|
||||
"removeSupport": false
|
||||
|
Reference in New Issue
Block a user