{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Build wurde durch eine SCM-Änderung ausgelöst."
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 24,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
            "branch" : [
              {
                "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
            "branch" : [
              {
                "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
        "branch" : [
          {
            "SHA1" : "fb10a32baea43926822580f8b82eaebd0e90027f",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/lep/jhcr.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "jhcr",
      "fileName" : "jhcr",
      "relativePath" : "jhcr"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#24",
  "duration" : 12785,
  "estimatedDuration" : 5526,
  "executor" : None,
  "fullDisplayName" : "JHCR #24",
  "id" : "24",
  "keepLog" : False,
  "number" : 24,
  "queueId" : 1397,
  "result" : "SUCCESS",
  "timestamp" : 1564054869820,
  "url" : "https://grill.wurstlang.org/hudson/user/cokemonkey11/my-views/view/all/job/JHCR/24/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "GNUmakefile"
        ],
        "commitId" : "2f857724be68598db51cfb944c99a036eca4f559",
        "timestamp" : 1564054482000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/lep.delete",
          "fullName" : "lep.delete"
        },
        "authorEmail" : "lep.delete@googlemail.com",
        "comment" : "Remove more stuff in `make clean`\u000a",
        "date" : "2019-07-25 13:34:42 +0200",
        "id" : "2f857724be68598db51cfb944c99a036eca4f559",
        "msg" : "Remove more stuff in `make clean`",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "GNUmakefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/init.j",
          "convert.hs",
          "runtime/instruction.j"
        ],
        "commitId" : "c97216afdd8515863a5b602ba72349b69bef6c85",
        "timestamp" : 1564054735000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/lep.delete",
          "fullName" : "lep.delete"
        },
        "authorEmail" : "lep.delete@googlemail.com",
        "comment" : "Automatically generate type names\u000a",
        "date" : "2019-07-25 13:38:55 +0200",
        "id" : "c97216afdd8515863a5b602ba72349b69bef6c85",
        "msg" : "Automatically generate type names",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "convert.hs"
          },
          {
            "editType" : "edit",
            "file" : "runtime/init.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/instruction.j"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/list.j",
          "runtime/init.j",
          "runtime/wrap-around.j",
          "runtime/print.j",
          "runtime/parser.j",
          "runtime/context.j",
          "runtime/stringtable.j",
          "runtime/table.j",
          "runtime/modified.j",
          "runtime/interpreter.j"
        ],
        "commitId" : "137e98980bebdccc414b03e6ba82fe020a751c8d",
        "timestamp" : 1564054736000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/lep.delete",
          "fullName" : "lep.delete"
        },
        "authorEmail" : "lep.delete@googlemail.com",
        "comment" : "Comment dependencies between runtime files\u000a",
        "date" : "2019-07-25 13:38:56 +0200",
        "id" : "137e98980bebdccc414b03e6ba82fe020a751c8d",
        "msg" : "Comment dependencies between runtime files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/table.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/init.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/parser.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/print.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/context.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/list.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/interpreter.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/wrap-around.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/stringtable.j"
          },
          {
            "editType" : "edit",
            "file" : "runtime/modified.j"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Hot/Init/Stubs.hs"
        ],
        "commitId" : "fb10a32baea43926822580f8b82eaebd0e90027f",
        "timestamp" : 1564054737000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/lep.delete",
          "fullName" : "lep.delete"
        },
        "authorEmail" : "lep.delete@googlemail.com",
        "comment" : "Add prefix to generated files\u000aPreviously it could lead to collisions between generated stub functions \u000aand other runtime functions.\u000a",
        "date" : "2019-07-25 13:38:57 +0200",
        "id" : "fb10a32baea43926822580f8b82eaebd0e90027f",
        "msg" : "Add prefix to generated files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Hot/Init/Stubs.hs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/lep.delete",
      "fullName" : "lep.delete"
    }
  ]
}