mirror of
https://github.com/firstBitSportivnaya/PSSL.git
synced 2026-04-24 20:56:21 +02:00
b26450439c
* Доработаны настройки сборки, добавлены автотесты, удалены некорректные настройки форм
52 lines
1.2 KiB
JSON
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
|
|
}
|
|
}
|
|
}
|