dsci-runner.git | test/ | job-request.json


{
  "config" : {
    "project" : "foo",
    "job-id": "id123456",
    "tags": {
      "hello": ",hello,hello,",
      "name": "Alex1977",
      "kind": true
    },
    "description": "ok",
    "sparrowdo": {
      "no_sudo" : true
    }
  },
  "trigger" : {
    "tags": "ok,ok",
    "description": "ok100"
  },
  "sparrowfile" : "say 'hello from Raku'",
  "sparrowdo-config" : {
    "foo" : {
      "baz": "baz"
    }
  }
}