{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$RemoteCause",
          "shortDescription" : "Gestartet durch entfernten Rechner 192.30.252.40",
          "addr" : "192.30.252.40",
          "note" : None
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 407,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
            "branch" : [
              {
                "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
            "branch" : [
              {
                "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
        "branch" : [
          {
            "SHA1" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/peq/WurstScript.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 1,
      "totalCount" : 534,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#407",
  "duration" : 761945,
  "estimatedDuration" : 737407,
  "executor" : None,
  "fullDisplayName" : "Wurst #407",
  "id" : "407",
  "keepLog" : False,
  "number" : 407,
  "queueId" : 2410,
  "result" : "SUCCESS",
  "timestamp" : 1500826118181,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/Wurst/407/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java",
          "de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/antlr/Wurst.g4",
          "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IntVal.java",
          "de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java"
        ],
        "commitId" : "728701c7211599bba767c17ff768a6da9b343581",
        "timestamp" : 1500818548000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "add support for all of Jass' hex notations\u000a",
        "date" : "2017-07-23T16:02:28+0200",
        "id" : "728701c7211599bba767c17ff768a6da9b343581",
        "msg" : "add support for all of Jass' hex notations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/main/antlr/de/peeeq/wurstscript/antlr/Wurst.g4"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/BugTests.java"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/IntVal.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "WurstSetup/src/main/java/file/DependencyManager.java",
          "WurstSetup/src/main/java/ui/MainWindow.java",
          "WurstSetup/src/main/java/file/WurstProjectConfig.java"
        ],
        "commitId" : "6012285cef9442b74b1e8385f0a8deb3b96c1e88",
        "timestamp" : 1500818564000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "make setup less error prone\u000a",
        "date" : "2017-07-23T16:02:44+0200",
        "id" : "6012285cef9442b74b1e8385f0a8deb3b96c1e88",
        "msg" : "make setup less error prone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "WurstSetup/src/main/java/file/DependencyManager.java"
          },
          {
            "editType" : "edit",
            "file" : "WurstSetup/src/main/java/file/WurstProjectConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "WurstSetup/src/main/java/ui/MainWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/WurstValidator.java"
        ],
        "commitId" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
        "timestamp" : 1500818905000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "allow returntype void for funcs passed to filter\u000a",
        "date" : "2017-07-23T16:08:25+0200",
        "id" : "e59bc80b35da3817d9f71f55f4e0d509aecb4b3a",
        "msg" : "allow returntype void for funcs passed to filter",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/validation/WurstValidator.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}