You've already forked jenkins-lib
forked from jenkins/jenkins-lib
86 lines
1.8 KiB
JSON
86 lines
1.8 KiB
JSON
{
|
|
"v8version": "8.3.14.1944",
|
|
"edtVersion": "2021.3.4:x86_64",
|
|
"secrets": {
|
|
"storage": "1234"
|
|
},
|
|
"stages": {
|
|
"syntaxCheck": true
|
|
},
|
|
"timeout": {
|
|
"zipInfoBase": 123
|
|
},
|
|
"initInfobase": {
|
|
"runMigration": false,
|
|
"additionalInitializationSteps": [
|
|
"vanessa --settings ./tools/vrunner.first.json"
|
|
],
|
|
"extensions": [
|
|
{
|
|
"name": "YAXUnit",
|
|
"initMethod": "fromSource",
|
|
"path": "./src/cfe/YAXUnit",
|
|
"stages": ["yaxunit"]
|
|
},
|
|
{
|
|
"name": "BDD",
|
|
"initMethod": "fromSource",
|
|
"path": "./src/cfe/bdd",
|
|
"stages": ["bdd"]
|
|
},
|
|
{
|
|
"name": "mods",
|
|
"initMethod": "fromSource",
|
|
"path": "./src/cfe/mods"
|
|
},
|
|
{
|
|
"name": "mods2",
|
|
"initMethod": "fromSource",
|
|
"path": "./src/cfe/mods2",
|
|
"stages": ["initInfoBase"]
|
|
}
|
|
]
|
|
},
|
|
"sonarqube": {
|
|
"sonarQubeInstallation": "qa",
|
|
"branchAnalysisConfiguration": "auto"
|
|
},
|
|
"syntaxCheck": {
|
|
"checkModes": [
|
|
"-ThickClient",
|
|
"-ThinClient",
|
|
"-WebClient",
|
|
"-Server"
|
|
]
|
|
},
|
|
"resultsTransform": {
|
|
"removeSupport": false
|
|
},
|
|
"smoke": {
|
|
"vrunnerSettings": "./tools/vrunner-smoke.json",
|
|
"publishToAllureReport": false,
|
|
"publishToJUnitReport": true
|
|
},
|
|
"notifications": {
|
|
"email": {
|
|
"onAlways": true,
|
|
"alwaysOptions": {
|
|
"attachLog": true,
|
|
"directRecipients": [
|
|
"1@1.com",
|
|
"2@1.com"
|
|
]
|
|
},
|
|
"failureOptions": {
|
|
"recipientProviders": [
|
|
"developers"
|
|
]
|
|
}
|
|
},
|
|
"telegram": {
|
|
"onAlways": false,
|
|
"onFailure": true
|
|
}
|
|
},
|
|
"logosConfig": "logger.rootLogger=DEBUG"
|
|
} |