Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P215
JenkinsPayloadAnalyzer.schema.json
Active
Public
Actions
Authored by
dereckson
on Aug 20 2016, 18:13.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F49593: JenkinsPayloadAnalyzer.schema.json
Aug 20 2016, 18:13
2016-08-20 18:13:34 (UTC+0)
Subscribers
None
{
"$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"
]
}
Event Timeline
dereckson
edited the content of this paste.
(Show Details)
Aug 20 2016, 18:13
2016-08-20 18:13:34 (UTC+0)
dereckson
changed the title of this paste from untitled to
JenkinsPayloadAnalyzer.schema.json
.
dereckson
mentioned this in
T991: Document notifications center configuration schemas
.
Aug 20 2016, 18:13
2016-08-20 18:13:45 (UTC+0)
Log In to Comment