Page MenuHomeDevCentral

JenkinsPayloadAnalyzer.schema.json

Authored By
dereckson
Aug 20 2016, 18:13
Size
771 B
Referenced Files
None
Subscribers
None

JenkinsPayloadAnalyzer.schema.json

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"defaultGroup": {
"type": "string",
"default": "ci"
},
"groupsMapping": {
"type": "array",
"items": {
"type": "object",
"properties": {
"group": {
"type": "string"
},
"jobs": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"group",
"jobs"
]
}
},
"notifyOnlyOnFailure": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"defaultGroup",
"groupsMapping",
"notifyOnlyOnFailure"
]
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
44007
Default Alt Text
JenkinsPayloadAnalyzer.schema.json (771 B)

Event Timeline