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

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