github.com/drone/runner-go@v1.12.0/handler/template/testdata/stages_idle.json (about)

     1  {
     2      "Idle": true,
     3      "Items": [
     4          {
     5              "Repo": {
     6                  "Slug": "octocat/hello-world"
     7              },
     8              "Build": {
     9                  "AuthorAvatar": "https://avatars0.githubusercontent.com/u/583231?s=460&v=4",
    10                  "Number": 42
    11              },
    12              "Stage": {
    13                  "ID": 1,
    14                  "Name": "test",
    15                  "Status": "success",
    16                  "Started": 1563059000,
    17                  "Created": 1563059000
    18              }
    19          }
    20      ]
    21  }