jenkins-job-builder/tests/jsonparser/fixtures/simple.json

13 lines
167 B
JSON

[
{
"job": {
"name": "simple",
"node": "centos",
"builders": [
{
"shell": "echo This is my job"
}
]
}
}
]