2020-03-27 16:23:59 +02:00
|
|
|
{
|
|
|
|
"$schema": "schema.json",
|
2021-11-01 11:33:48 +02:00
|
|
|
"v8version": "8.3",
|
2022-05-13 21:29:07 +02:00
|
|
|
"edtVersion": "",
|
2020-04-30 16:03:11 +02:00
|
|
|
"srcDir": "src/cf",
|
2021-09-08 13:44:40 +02:00
|
|
|
"sourceFormat": "designer",
|
2021-11-01 16:45:57 +02:00
|
|
|
"defaultBranch": "main",
|
2020-04-03 16:39:08 +02:00
|
|
|
"secrets": {
|
|
|
|
"storagePath": "UNKNOWN_ID",
|
2022-05-20 19:49:35 +02:00
|
|
|
"storage": "UNKNOWN_ID",
|
|
|
|
"telegramBotToken": "UNKNOWN_ID",
|
|
|
|
"telegramChatId": "UNKNOWN_ID"
|
2020-04-15 17:24:12 +02:00
|
|
|
},
|
2020-04-17 13:24:58 +02:00
|
|
|
"stages": {
|
2020-10-15 13:51:58 +02:00
|
|
|
"initSteps": false,
|
2020-04-17 14:54:20 +02:00
|
|
|
"sonarqube": false,
|
2020-10-21 11:27:51 +02:00
|
|
|
"bdd": false,
|
2020-04-27 17:05:45 +02:00
|
|
|
"syntaxCheck": false,
|
2020-04-28 10:50:37 +02:00
|
|
|
"edtValidate": false,
|
2022-05-20 19:49:35 +02:00
|
|
|
"smoke": false,
|
2023-01-22 12:32:04 +02:00
|
|
|
"yaxunit": false,
|
2022-05-20 19:49:35 +02:00
|
|
|
"email": false,
|
|
|
|
"telegram": false
|
2020-04-17 13:24:58 +02:00
|
|
|
},
|
2021-12-07 17:07:36 +02:00
|
|
|
"timeout": {
|
|
|
|
"smoke": 240,
|
2023-01-22 12:32:04 +02:00
|
|
|
"yaxunit": 240,
|
2021-12-07 17:07:36 +02:00
|
|
|
"bdd": 120,
|
2024-01-19 13:50:38 +02:00
|
|
|
"getBinaries": 60,
|
2021-12-07 17:07:36 +02:00
|
|
|
"createInfoBase": 60,
|
2024-08-26 22:33:25 +02:00
|
|
|
"loadConfiguration": 60,
|
2021-12-07 17:07:36 +02:00
|
|
|
"designerToEdtFormatTransformation": 60,
|
|
|
|
"edtToDesignerFormatTransformation": 60,
|
|
|
|
"edtValidate": 240,
|
|
|
|
"initInfoBase": 60,
|
2024-01-19 13:50:38 +02:00
|
|
|
"loadExtensions": 60,
|
2021-12-07 17:07:36 +02:00
|
|
|
"resultTransformation": 10,
|
|
|
|
"sonarqube": 90,
|
|
|
|
"syntaxCheck": 240,
|
|
|
|
"zipInfoBase": 60
|
|
|
|
},
|
2020-10-15 13:51:58 +02:00
|
|
|
"initInfobase": {
|
2021-11-01 16:45:57 +02:00
|
|
|
"initMethod": "fromStorage",
|
2020-10-15 13:51:58 +02:00
|
|
|
"runMigration": true,
|
2024-01-19 13:50:38 +02:00
|
|
|
"additionalInitializationSteps": [],
|
2024-08-26 11:47:20 +02:00
|
|
|
"templateDBPath": "",
|
2024-08-27 10:02:19 +02:00
|
|
|
"vrunnerSettings": "./tools/vrunner.json",
|
2024-03-19 13:54:33 +02:00
|
|
|
"extensions": []
|
2020-10-15 13:51:58 +02:00
|
|
|
},
|
2020-10-21 16:43:39 +02:00
|
|
|
"bdd": {
|
2020-10-21 11:27:51 +02:00
|
|
|
"vrunnerSteps": [
|
|
|
|
"vanessa --settings ./tools/vrunner.json"
|
|
|
|
]
|
|
|
|
},
|
2020-04-15 17:24:12 +02:00
|
|
|
"sonarqube": {
|
|
|
|
"sonarQubeInstallation": "",
|
|
|
|
"useSonarScannerFromPath": true,
|
2021-12-09 08:58:24 +02:00
|
|
|
"sonarScannerToolName": "sonar-scanner",
|
2022-05-20 16:29:58 +02:00
|
|
|
"infoBaseUpdateModuleName" : "",
|
2022-05-20 19:02:28 +02:00
|
|
|
"branchAnalysisConfiguration": "fromEnv",
|
2022-05-20 16:29:58 +02:00
|
|
|
"waitForQualityGate": false
|
2020-04-17 11:01:43 +02:00
|
|
|
},
|
|
|
|
"syntaxCheck": {
|
|
|
|
"groupErrorsByMetadata": true,
|
2021-06-09 21:14:24 +02:00
|
|
|
"pathToJUnitReport": "./build/out/jUnit/syntax.xml",
|
2021-11-03 18:58:55 +02:00
|
|
|
"exceptionFile": "./tools/syntax-check-exception-file.txt",
|
2020-04-17 11:01:43 +02:00
|
|
|
"checkModes": [
|
|
|
|
"-ThinClient",
|
|
|
|
"-WebClient",
|
|
|
|
"-Server",
|
|
|
|
"-ExtendedModulesCheck",
|
|
|
|
"-IncorrectReferences",
|
|
|
|
"-UnreferenceProcedures",
|
|
|
|
"-HandlersExistence",
|
|
|
|
"-EmptyHandlers",
|
|
|
|
"-CheckUseModality",
|
|
|
|
"-CheckUseSynchronousCalls",
|
|
|
|
"-DistributiveModules"
|
2021-06-09 21:14:24 +02:00
|
|
|
],
|
|
|
|
"vrunnerSettings": "./tools/vrunner.json"
|
2020-04-29 12:35:24 +02:00
|
|
|
},
|
2021-11-18 16:19:01 +02:00
|
|
|
"smoke": {
|
|
|
|
"vrunnerSettings": "./tools/vrunner.json",
|
2021-12-03 16:40:34 +02:00
|
|
|
"xddConfigPath": "./tools/xUnitParams.json",
|
2021-11-18 16:19:01 +02:00
|
|
|
"publishToAllureReport": false,
|
|
|
|
"publishToJUnitReport": true
|
|
|
|
},
|
2023-01-22 12:32:04 +02:00
|
|
|
"yaxunit": {
|
2023-07-06 20:38:34 +02:00
|
|
|
"vrunnerSettings": "./tools/vrunner.json",
|
|
|
|
"configPath": "./tools/yaxunit.json",
|
|
|
|
"publishToAllureReport": false,
|
|
|
|
"publishToJUnitReport": true
|
2023-01-22 12:32:04 +02:00
|
|
|
},
|
2020-04-29 12:35:24 +02:00
|
|
|
"resultsTransform": {
|
2024-07-24 13:35:13 +02:00
|
|
|
"transformer": "stebi",
|
2024-08-30 16:09:49 +02:00
|
|
|
"genericIssueFormat": "Generic_Issue_10_3",
|
2021-06-11 13:57:08 +02:00
|
|
|
"removeSupport": true,
|
2020-04-29 12:35:24 +02:00
|
|
|
"supportLevel": 0
|
2020-10-26 16:54:59 +02:00
|
|
|
},
|
2022-05-20 19:49:35 +02:00
|
|
|
"notifications": {
|
|
|
|
"email": {
|
|
|
|
"onAlways": false,
|
|
|
|
"onFailure": true,
|
|
|
|
"onUnstable": false,
|
|
|
|
"onSuccess": false,
|
|
|
|
"alwaysOptions": {
|
|
|
|
"attachLog": true,
|
|
|
|
"directRecipients": [],
|
|
|
|
"recipientProviders": [
|
|
|
|
"developers",
|
|
|
|
"requestor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"failureOptions": {
|
|
|
|
"attachLog": true,
|
|
|
|
"directRecipients": [],
|
|
|
|
"recipientProviders": [
|
|
|
|
"developers",
|
|
|
|
"requestor",
|
|
|
|
"brokenBuildSuspects"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"successOptions": {
|
|
|
|
"attachLog": false,
|
|
|
|
"directRecipients": [],
|
|
|
|
"recipientProviders": [
|
|
|
|
"developers",
|
|
|
|
"requestor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"unstableOptions": {
|
|
|
|
"attachLog": false,
|
|
|
|
"directRecipients": [],
|
|
|
|
"recipientProviders": [
|
|
|
|
"developers",
|
|
|
|
"requestor"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"telegram": {
|
|
|
|
"onAlways": true,
|
|
|
|
"onFailure": false,
|
|
|
|
"onUnstable": false,
|
|
|
|
"onSuccess": false
|
|
|
|
}
|
|
|
|
},
|
2021-06-02 12:00:19 +02:00
|
|
|
"logosConfig": ""
|
2020-04-15 17:24:12 +02:00
|
|
|
}
|