{
  "_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" : 1400,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
            "branch" : [
              {
                "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
            "branch" : [
              {
                "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
        "branch" : [
          {
            "SHA1" : "b1667407ec07756f164905a346a97061621d1f30",
            "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" : "#1400",
  "duration" : 29690,
  "estimatedDuration" : 32011,
  "executor" : None,
  "fullDisplayName" : "StdLib2 #1400",
  "id" : "1400",
  "keepLog" : False,
  "number" : 1400,
  "queueId" : 662,
  "result" : "SUCCESS",
  "timestamp" : 1661261348902,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/StdLib2/1400/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/file/GameStatus.wurst",
          "wurst/file/SaveLoadData.wurst",
          "wurst/file/SyncSimple.wurst"
        ],
        "commitId" : "574dc4905ab3897941b41aa23d485c8766c009f0",
        "timestamp" : 1661259317000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "Frotty@users.noreply.github.com",
        "comment" : "Add GameStatus package and use it for save/load replay fix\u000a\u000aReplays crash if the file to be loaded is not available, but the sync event is still replayed, meaning the data is stored in the replay. Using GameStatus we check for replay and then don't read files and don't trigger additional sync events.  You can opt-out via configurable variables.\u000a",
        "date" : "2022-08-23 14:55:17 +0200",
        "id" : "574dc4905ab3897941b41aa23d485c8766c009f0",
        "msg" : "Add GameStatus package and use it for save/load replay fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/file/SaveLoadData.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/file/GameStatus.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/file/SyncSimple.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/_handles/QuestItemTests.wurst",
          "wurst/_handles/QuestTests.wurst"
        ],
        "commitId" : "b1667407ec07756f164905a346a97061621d1f30",
        "timestamp" : 1661259365000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Add tests for mocked Quest and Quest Item natives. (#413)\u000a\u000aCo-authored-by: thecadorn <thecadorn+cadorn@users.noreply.github.com>\u000a",
        "date" : "2022-08-23 14:56:05 +0200",
        "id" : "b1667407ec07756f164905a346a97061621d1f30",
        "msg" : "Add tests for mocked Quest and Quest Item natives. (#413)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "wurst/_handles/QuestTests.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/_handles/QuestItemTests.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}