1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-04 10:34:42 +02:00
jenkins-lib/resources/globalConfiguration.json

56 lines
1.3 KiB
JSON
Raw Normal View History

{
"$schema": "schema.json",
"v8version": "8.3",
"srcDir": "src/cf",
2021-09-08 13:44:40 +02:00
"sourceFormat": "designer",
"secrets": {
"storagePath": "UNKNOWN_ID",
"storage": "UNKNOWN_ID"
},
"stages": {
"initSteps": false,
2020-04-17 14:54:20 +02:00
"sonarqube": false,
2020-10-21 11:27:51 +02:00
"bdd": false,
"syntaxCheck": false,
"edtValidate": false,
"smoke": false
},
"initInfobase": {
"runMigration": true,
"additionalInitializationSteps": []
},
"bdd": {
2020-10-21 11:27:51 +02:00
"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"
],
"vrunnerSettings": "./tools/vrunner.json"
},
"resultsTransform": {
"removeSupport": true,
"supportLevel": 0
},
"logosConfig": ""
}