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

     1  {
     2      "Repo": {
     3          "Slug": "octocat/hello-world",
     4          "Name": "hello-world"
     5      },
     6      "Build": {
     7          "After": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
     8          "Event": "cron",
     9          "Cron": "nightly",
    10          "Source": "master",
    11          "Target": "master",
    12          "Deploy": "production",
    13          "Message": "Merge pull request #6 from Spaceghost/patch-1",
    14          "Author": "octocat",
    15          "AuthorAvatar": "https://avatars0.githubusercontent.com/u/583231?s=460&v=4",
    16          "Parent": 41,
    17          "Number": 42
    18      },
    19      "Stage": {
    20          "Name": "test",
    21          "Status": "success",
    22          "Started": 1563059000,
    23          "Created": 1563059000,
    24          "Steps": [
    25              { "Name": "clone", "Status": "success" },
    26              { "Name": "build", "Status": "success" },
    27              { "Name": "test", "Status": "success" },
    28              { "Name": "deploy", "Status": "success" }
    29          ]
    30      }
    31  }