{
  "_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" : 397,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
            "branch" : [
              {
                "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
            "branch" : [
              {
                "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
        "branch" : [
          {
            "SHA1" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/wurstscript/wurstStdlib2.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#397",
  "duration" : 41506,
  "estimatedDuration" : 32011,
  "executor" : None,
  "fullDisplayName" : "StdLib2 #397",
  "id" : "397",
  "keepLog" : False,
  "number" : 397,
  "queueId" : 778,
  "result" : "SUCCESS",
  "timestamp" : 1515104889231,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/StdLib2/397/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".travis.yml"
        ],
        "commitId" : "3e323f2ccc556dc48c494ec26e6a49323abaaa04",
        "timestamp" : 1515097957000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "could be it\u000a",
        "date" : "2018-01-04T21:32:37+0100",
        "id" : "3e323f2ccc556dc48c494ec26e6a49323abaaa04",
        "msg" : "could be it",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".travis.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "91e544055ad146f78ce528b46926a0dcd8f24c7e",
        "timestamp" : 1515100076000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "add travis badge\u000a",
        "date" : "2018-01-04T22:07:56+0100",
        "id" : "91e544055ad146f78ce528b46926a0dcd8f24c7e",
        "msg" : "add travis badge",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/objediting/AbilityObjEditing.wurst",
          "wurst/objediting/BuffObjEditing.wurst",
          "wurst/objediting/DestructableObjEditing.wurst",
          "wurst/objediting/UnitObjEditing.wurst",
          "wurst/objediting/ItemObjEditing.wurst",
          "wurst/objediting/UpgradeObjEditing.wurst"
        ],
        "commitId" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
        "timestamp" : 1515101266000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "Frotty@users.noreply.github.com",
        "comment" : "add the ability to retrieve set ids from definitions (#27)\u000a\u000a* add the ability to retrieve set ids from definitions\u000a\u000a* add getter for obj data levels\u000a",
        "date" : "2018-01-04T22:27:46+0100",
        "id" : "f7eb529dea5803286e15467dd33c0499ea2b4532",
        "msg" : "add the ability to retrieve set ids from definitions (#27)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/objediting/DestructableObjEditing.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objediting/AbilityObjEditing.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objediting/BuffObjEditing.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objediting/UnitObjEditing.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objediting/ItemObjEditing.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objediting/UpgradeObjEditing.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}