1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-11-06 09:30:14 +02:00
Files
jenkins-lib/resources/globalConfiguration.json

41 lines
937 B
JSON
Raw Normal View History

{
"$schema": "schema.json",
"srcDir": "src/cf",
"secrets": {
"storagePath": "UNKNOWN_ID",
"storage": "UNKNOWN_ID"
},
"stages": {
2020-04-17 15:54:20 +03:00
"sonarqube": false,
"syntaxCheck": false,
"edtValidate": false,
"smoke": false
},
"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
}
}