1
0
mirror of https://github.com/firstBitSportivnaya/PSSL.git synced 2026-04-24 20:56:21 +02:00
Files
PSSL/jobConfiguration.json
T
Ivan Smirnov b26450439c Доработка сборки, добавление сценарных автотестов (#171)
* Доработаны настройки сборки, добавлены автотесты, удалены некорректные настройки форм
2024-12-20 18:44:32 +03:00

52 lines
1.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/firstBitMarksistskaya/jenkins-lib/develop/resources/schema.json",
"stages": {
"initSteps": true,
"edtValidate": true,
"syntaxCheck": true,
"smoke": true,
"yaxunit": true,
"telegram": true,
"bdd": true,
"sonarqube": true
},
"edtVersion": "2024.1.3:x86_64",
"sourceFormat": "designer",
"srcDir": "src/cf",
"resultsTransform": {
"transformer": "edt-ripper"
},
"initInfobase": {
"initMethod": "fromSource",
"extensions": [
{
"name": "YAXUnit",
"initMethod": "fromSource",
"path": "src/cfe/YAXUnit",
"stages": ["yaxunit"]
}
]
},
"smoke": {
"publishToAllureReport": false,
"publishToJUnitReport": true
},
"bdd": {
"coverage": true
},
"yaxunit": {
"coverage": true,
"publishToAllureReport": false,
"publishToJUnitReport": true
},
"sonarqube": {
"sonarQubeInstallation": "Sonar.openbsl",
"waitForQualityGate": true
},
"notifications": {
"telegram": {
"onAlways":true
}
}
}