Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49593
JenkinsPayloadAnalyzer.schema.json
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Aug 20 2016, 18:13
2016-08-20 18:13:33 (UTC+0)
Size
771 B
Referenced Files
None
Subscribers
None
JenkinsPayloadAnalyzer.schema.json
View Options
{
"$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
Details
Attached
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)
Attached To
Mode
P215 JenkinsPayloadAnalyzer.schema.json
Attached
Detach File
Event Timeline
Log In to Comment