1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-13 11:27:08 +02:00
jenkins-lib/resources/globalConfiguration.json
Nikita Gryzlov d6e3b02085 BDD шаг
2021-06-19 21:43:47 +05:00

52 lines
1.1 KiB
JSON

{
"$schema": "schema.json",
"srcDir": "src/cf",
"secrets": {
"storagePath": "UNKNOWN_ID",
"storage": "UNKNOWN_ID"
},
"stages": {
"initSteps": false,
"sonarqube": false,
"bdd": false,
"syntaxCheck": false,
"edtValidate": false,
"smoke": false
},
"initInfobase": {
"runMigration": true,
"additionalMigrationSteps": []
},
"bddOptions": {
"vrunnerSteps": [
"vanessa --settings ./tools/vrunner.json"
]
},
"sonarqube": {
"sonarQubeInstallation": "",
"useSonarScannerFromPath": true,
"sonarScannerToolName": "sonar-scanner"
},
"syntaxCheck": {
"groupErrorsByMetadata": true,
"pathToJUnitReport": "build/out/jUnit/syntax.xml",
"checkModes": [
"-ThinClient",
"-WebClient",
"-Server",
"-ExtendedModulesCheck",
"-IncorrectReferences",
"-UnreferenceProcedures",
"-HandlersExistence",
"-EmptyHandlers",
"-CheckUseModality",
"-CheckUseSynchronousCalls",
"-DistributiveModules"
]
},
"resultsTransform": {
"removeSupport": false,
"supportLevel": 0
}
}