You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Запуск синтаксического контроля
This commit is contained in:
@@ -36,6 +36,7 @@ class ConfigurationReaderTest {
|
||||
.hasFieldOrPropertyWithValue("storage", "1234")
|
||||
.hasFieldOrPropertyWithValue("storagePath", "UNKNOWN_ID")
|
||||
;
|
||||
assertThat(jobConfiguration.getSyntaxCheckOptions().getCheckModes()).hasSize(1);
|
||||
}
|
||||
|
||||
}
|
@@ -2,5 +2,9 @@
|
||||
"v8version": "8.3.14.1944",
|
||||
"secrets": {
|
||||
"storage": "1234"
|
||||
},
|
||||
"syntaxCheck": {
|
||||
"enabled": true,
|
||||
"checkModes": ["-ThinClient"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user