{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user PseudoKnight",
          "userId" : "pseudoknight",
          "userName" : "PseudoKnight"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 9,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
            "branch" : [
              {
                "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
            "branch" : [
              {
                "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
        "branch" : [
          {
            "SHA1" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/EngineHub/CommandHelper.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 18,
      "totalCount" : 826,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "commandhelper-3.3.5-SNAPSHOT-full.jar",
      "fileName" : "commandhelper-3.3.5-SNAPSHOT-full.jar",
      "relativePath" : "target/commandhelper-3.3.5-SNAPSHOT-full.jar"
    },
    {
      "displayPath" : "commandhelper-3.3.5-SNAPSHOT.jar",
      "fileName" : "commandhelper-3.3.5-SNAPSHOT.jar",
      "relativePath" : "target/commandhelper-3.3.5-SNAPSHOT.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#9",
  "duration" : 881617,
  "estimatedDuration" : 897730,
  "executor" : None,
  "fullDisplayName" : "CommandHelper #9",
  "id" : "9",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 9,
  "queueId" : 1,
  "result" : "SUCCESS",
  "timestamp" : 1717479224640,
  "url" : "https://letsbuild.net/jenkins/view/all/job/CommandHelper/9/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/core/functions/Cmdline.java"
        ],
        "commitId" : "b570ce016d4f687f944c1d2471a4b11878acfbe6",
        "timestamp" : 1715975099000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pieter12345",
          "fullName" : "Pieter12345"
        },
        "authorEmail" : "P.J.S.Kools@student.tudelft.nl",
        "comment" : "Fix error in core for shell() and shell_adv() with empty command\u000a\u000aThrow CREIllegalArgumentException instead.\u000a",
        "date" : "2024-05-17 21:44:59 +0200",
        "id" : "b570ce016d4f687f944c1d2471a4b11878acfbe6",
        "msg" : "Fix error in core for shell() and shell_adv() with empty command",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/functions/Cmdline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java",
          "src/main/java/com/laytonsmith/abstraction/MCPlayer.java",
          "src/main/java/com/laytonsmith/core/functions/PlayerManagement.java"
        ],
        "commitId" : "3385a2429ad4960764e57250047cb7dbb6979092",
        "timestamp" : 1716033231000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Add psend_equipment()\u000a",
        "date" : "2024-05-18 04:53:51 -0700",
        "id" : "3385a2429ad4960764e57250047cb7dbb6979092",
        "msg" : "Add psend_equipment()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/functions/PlayerManagement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/MCPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/core/Script.java"
        ],
        "commitId" : "a8eceaa6da00138cb05b65101e41a32b7a2d3c2c",
        "timestamp" : 1716082745000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pieter12345",
          "fullName" : "Pieter12345"
        },
        "authorEmail" : "P.J.S.Kools@student.tudelft.nl",
        "comment" : "Fix wrong target in exceptions for functions with function arguments\u000a\u000aFix the stacktrace manager switching to for example `c()` in `a(b, c(), d)` and keeping the target of `c()` for a CRE thrown by `a()`.\u000a",
        "date" : "2024-05-19 03:39:05 +0200",
        "id" : "a8eceaa6da00138cb05b65101e41a32b7a2d3c2c",
        "msg" : "Fix wrong target in exceptions for functions with function arguments",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/Script.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/abstraction/bukkit/BukkitConvertor.java",
          "src/main/java/com/laytonsmith/abstraction/bukkit/blocks/BukkitMCMaterial.java",
          "src/main/java/com/laytonsmith/core/ObjectGenerator.java",
          "src/main/java/com/laytonsmith/abstraction/blocks/MCMaterial.java",
          "src/main/java/com/laytonsmith/abstraction/bukkit/BukkitMCItemStack.java"
        ],
        "commitId" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
        "timestamp" : 1717392993000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Fix cooking/stonecutting recipes in 1.20.6\u000a",
        "date" : "2024-06-02 22:36:33 -0700",
        "id" : "cdab9a046810014bd7114f78d961c5e1fb8c01da",
        "msg" : "Fix cooking/stonecutting recipes in 1.20.6",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/ObjectGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/bukkit/BukkitMCItemStack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/blocks/MCMaterial.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/bukkit/blocks/BukkitMCMaterial.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/abstraction/bukkit/BukkitConvertor.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
      "fullName" : "PseudoKnight"
    },
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/pieter12345",
      "fullName" : "Pieter12345"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.9.6"
}