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 Gryzlov
2020-04-17 14:24:58 +03:00
parent 80084fdcf2
commit 019c58c4c8
10 changed files with 57 additions and 24 deletions

View File

@@ -3,8 +3,10 @@
"secrets": {
"storage": "1234"
},
"stages": {
"syntaxCheck": true
},
"syntaxCheck": {
"enabled": true,
"checkModes": ["-ThinClient"]
}
}