1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00
This commit is contained in:
Nikita Fedkin
2024-12-19 23:27:35 +01:00
parent 4f98e6657d
commit c8d5012b77
2 changed files with 175 additions and 175 deletions

View File

@@ -1,158 +1,158 @@
{ {
"$schema": "schema.json", "$schema": "schema.json",
"v8version": "8.3", "v8version": "8.3",
"edtVersion": "", "edtVersion": "",
"srcDir": "src/cf", "srcDir": "src/cf",
"sourceFormat": "designer", "sourceFormat": "designer",
"defaultBranch": "main", "defaultBranch": "main",
"secrets": { "secrets": {
"storagePath": "UNKNOWN_ID", "storagePath": "UNKNOWN_ID",
"storage": "UNKNOWN_ID", "storage": "UNKNOWN_ID",
"telegramBotToken": "UNKNOWN_ID", "telegramBotToken": "UNKNOWN_ID",
"telegramChatId": "UNKNOWN_ID" "telegramChatId": "UNKNOWN_ID"
}, },
"stages": { "stages": {
"initSteps": false, "initSteps": false,
"sonarqube": false, "sonarqube": false,
"bdd": false, "bdd": false,
"syntaxCheck": false, "syntaxCheck": false,
"edtValidate": false, "edtValidate": false,
"smoke": false, "smoke": false,
"yaxunit": false, "yaxunit": false,
"email": false, "email": false,
"telegram": false "telegram": false
}, },
"timeout": { "timeout": {
"smoke": 240, "smoke": 240,
"yaxunit": 240, "yaxunit": 240,
"bdd": 120, "bdd": 120,
"getBinaries": 60, "getBinaries": 60,
"createInfoBase": 60, "createInfoBase": 60,
"loadConfiguration": 60, "loadConfiguration": 60,
"designerToEdtFormatTransformation": 60, "designerToEdtFormatTransformation": 60,
"edtToDesignerFormatTransformation": 60, "edtToDesignerFormatTransformation": 60,
"edtValidate": 240, "edtValidate": 240,
"initInfoBase": 60, "initInfoBase": 60,
"loadExtensions": 60, "loadExtensions": 60,
"resultTransformation": 10, "resultTransformation": 10,
"sonarqube": 90, "sonarqube": 90,
"syntaxCheck": 240, "syntaxCheck": 240,
"zipInfoBase": 60 "zipInfoBase": 60
}, },
"initInfobase": { "initInfobase": {
"initMethod": "fromStorage", "initMethod": "fromStorage",
"runMigration": true, "runMigration": true,
"additionalInitializationSteps": [], "additionalInitializationSteps": [],
"templateDBPath": "", "templateDBPath": "",
"vrunnerSettings": "./tools/vrunner.json", "vrunnerSettings": "./tools/vrunner.json",
"extensions": [] "extensions": []
}, },
"bdd": { "bdd": {
"vrunnerSteps": [ "vrunnerSteps": [
"vanessa --settings ./tools/vrunner.json" "vanessa --settings ./tools/vrunner.json"
], ],
"coverage": false, "coverage": false,
"dbgsPort": 1550 "dbgsPort": 1550
}, },
"sonarqube": { "sonarqube": {
"sonarQubeInstallation": "", "sonarQubeInstallation": "",
"useSonarScannerFromPath": true, "useSonarScannerFromPath": true,
"sonarScannerToolName": "sonar-scanner", "sonarScannerToolName": "sonar-scanner",
"infoBaseUpdateModuleName" : "", "infoBaseUpdateModuleName" : "",
"branchAnalysisConfiguration": "fromEnv", "branchAnalysisConfiguration": "fromEnv",
"waitForQualityGate": false "waitForQualityGate": false
}, },
"syntaxCheck": { "syntaxCheck": {
"groupErrorsByMetadata": true, "groupErrorsByMetadata": true,
"pathToJUnitReport": "./build/out/jUnit/syntax.xml", "pathToJUnitReport": "./build/out/jUnit/syntax.xml",
"exceptionFile": "./tools/syntax-check-exception-file.txt", "exceptionFile": "./tools/syntax-check-exception-file.txt",
"checkModes": [ "checkModes": [
"-ThinClient", "-ThinClient",
"-WebClient", "-WebClient",
"-Server", "-Server",
"-ExtendedModulesCheck", "-ExtendedModulesCheck",
"-IncorrectReferences", "-IncorrectReferences",
"-UnreferenceProcedures", "-UnreferenceProcedures",
"-HandlersExistence", "-HandlersExistence",
"-EmptyHandlers", "-EmptyHandlers",
"-CheckUseModality", "-CheckUseModality",
"-CheckUseSynchronousCalls", "-CheckUseSynchronousCalls",
"-DistributiveModules" "-DistributiveModules"
], ],
"vrunnerSettings": "./tools/vrunner.json" "vrunnerSettings": "./tools/vrunner.json"
}, },
"smoke": { "smoke": {
"vrunnerSettings": "./tools/vrunner.json", "vrunnerSettings": "./tools/vrunner.json",
"xddConfigPath": "./tools/xUnitParams.json", "xddConfigPath": "./tools/xUnitParams.json",
"publishToAllureReport": false, "publishToAllureReport": false,
"publishToJUnitReport": true, "publishToJUnitReport": true,
"coverage": false, "coverage": false,
"dbgsPort": 1550 "dbgsPort": 1550
}, },
"coverage": { "coverage": {
"dbgsPath": "", "dbgsPath": "",
"coverage41CPath": "Coverage41C" "coverage41CPath": "Coverage41C"
}, },
"yaxunit": { "yaxunit": {
"vrunnerSettings": "./tools/vrunner.json", "vrunnerSettings": "./tools/vrunner.json",
"configPath": "./tools/yaxunit.json", "configPath": "./tools/yaxunit.json",
"publishToAllureReport": false, "publishToAllureReport": false,
"publishToJUnitReport": true, "publishToJUnitReport": true,
"coverage": false, "coverage": false,
"dbgsPort": 1550 "dbgsPort": 1550
}, },
"resultsTransform": { "resultsTransform": {
"transformer": "stebi", "transformer": "stebi",
"genericIssueFormat": "Generic_Issue_10_3", "genericIssueFormat": "Generic_Issue_10_3",
"removeSupport": true, "removeSupport": true,
"supportLevel": 0 "supportLevel": 0
}, },
"notifications": { "notifications": {
"email": { "email": {
"onAlways": false, "onAlways": false,
"onFailure": true, "onFailure": true,
"onUnstable": false, "onUnstable": false,
"onSuccess": false, "onSuccess": false,
"alwaysOptions": { "alwaysOptions": {
"attachLog": true, "attachLog": true,
"directRecipients": [], "directRecipients": [],
"recipientProviders": [ "recipientProviders": [
"developers", "developers",
"requestor" "requestor"
] ]
}, },
"failureOptions": { "failureOptions": {
"attachLog": true, "attachLog": true,
"directRecipients": [], "directRecipients": [],
"recipientProviders": [ "recipientProviders": [
"developers", "developers",
"requestor", "requestor",
"brokenBuildSuspects" "brokenBuildSuspects"
] ]
}, },
"successOptions": { "successOptions": {
"attachLog": false, "attachLog": false,
"directRecipients": [], "directRecipients": [],
"recipientProviders": [ "recipientProviders": [
"developers", "developers",
"requestor" "requestor"
] ]
}, },
"unstableOptions": { "unstableOptions": {
"attachLog": false, "attachLog": false,
"directRecipients": [], "directRecipients": [],
"recipientProviders": [ "recipientProviders": [
"developers", "developers",
"requestor" "requestor"
] ]
} }
}, },
"telegram": { "telegram": {
"onAlways": true, "onAlways": true,
"onFailure": false, "onFailure": false,
"onUnstable": false, "onUnstable": false,
"onSuccess": false "onSuccess": false
} }
}, },
"logosConfig": "" "logosConfig": ""
} }

View File

@@ -1,18 +1,18 @@
{ {
"v8version": "8.3.12.1500", "v8version": "8.3.12.1500",
"initInfobase": { "initInfobase": {
"initMethod": "fromSource", "initMethod": "fromSource",
"extensions": [{ "extensions": [{
"name": "Тест", "name": "Тест",
"initMethod": "fromSource", "initMethod": "fromSource",
"path": "/src/cfe/тест" "path": "/src/cfe/тест"
}] }]
}, },
"yaxunit": { "yaxunit": {
"initMethod": "fromSource" "initMethod": "fromSource"
}, },
"coverage": { "coverage": {
"dbgsPath": "C:\\\\Program files\\\\1cv8\\\\8.3.12.1500\\\\bin\\\\dbgs.exe", "dbgsPath": "C:\\\\Program files\\\\1cv8\\\\8.3.12.1500\\\\bin\\\\dbgs.exe",
"coverage41CPath": "C:\\\\coverage\\\\Coverage41C.exe" "coverage41CPath": "C:\\\\coverage\\\\Coverage41C.exe"
} }
} }