{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Nilleke",
          "userId" : "nilleke",
          "userName" : "Nilleke"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
            "branch" : [
              {
                "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
            "branch" : [
              {
                "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
        "branch" : [
          {
            "SHA1" : "fd53398272ab564d501ceee459660cc0949de8c6",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/EngineHub/CommandHelper.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 18,
      "totalCount" : 820,
      "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" : "#4",
  "duration" : 1740565,
  "estimatedDuration" : 897730,
  "executor" : None,
  "fullDisplayName" : "CommandHelper #4",
  "id" : "4",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4,
  "queueId" : 70,
  "result" : "SUCCESS",
  "timestamp" : 1709278643538,
  "url" : "https://letsbuild.net/jenkins/job/CommandHelper/4/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/laytonsmith/core/MethodScriptCompiler.java"
        ],
        "commitId" : "d607e9dbc3af196011d1e30554b96121318fb0e7",
        "timestamp" : 1709102058000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Avoid val() when returning from MSC.execute()\u000a\u000aThis can be noticed in profiling when passing arrays to iclosures, for example. In a lot of cases the string builder does not need to complete, so a potentially expensive CArray.val() can be avoided.\u000a",
        "date" : "2024-02-27 22:34:18 -0800",
        "id" : "d607e9dbc3af196011d1e30554b96121318fb0e7",
        "msg" : "Avoid val() when returning from MSC.execute()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/laytonsmith/core/MethodScriptCompiler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/functionDocs/get_itemmeta"
        ],
        "commitId" : "170ebbbd560486289b1b2ace3ae2c8b3b6f9c903",
        "timestamp" : 1709102766000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Update book meta limits\u000a",
        "date" : "2024-02-27 22:46:06 -0800",
        "id" : "170ebbbd560486289b1b2ace3ae2c8b3b6f9c903",
        "msg" : "Update book meta limits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/functionDocs/get_itemmeta"
          }
        ]
      },
      {
        "_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" : "7c64252557e7b2c051294e5823f94e0e6019b82d",
        "timestamp" : 1709102838000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
          "fullName" : "PseudoKnight"
        },
        "authorEmail" : "michael.jt.smith@gmail.com",
        "comment" : "Add functions to hide entities from players\u000a",
        "date" : "2024-02-27 22:47:18 -0800",
        "id" : "7c64252557e7b2c051294e5823f94e0e6019b82d",
        "msg" : "Add functions to hide entities from players",
        "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" : [
          "azure-pipelines.yml"
        ],
        "commitId" : "283e9f5d1b228eb299a8d9c2cd5778464e202608",
        "timestamp" : 1709116828000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
          "fullName" : "LadyCailin"
        },
        "authorEmail" : "savannahcailin@gmail.com",
        "comment" : "Update azure-pipelines.yml to java 17\u000a",
        "date" : "2024-02-28 11:40:28 +0100",
        "id" : "283e9f5d1b228eb299a8d9c2cd5778464e202608",
        "msg" : "Update azure-pipelines.yml to java 17",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "azure-pipelines.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "azure-pipelines.yml"
        ],
        "commitId" : "fd53398272ab564d501ceee459660cc0949de8c6",
        "timestamp" : 1709117504000,
        "author" : {
          "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
          "fullName" : "LadyCailin"
        },
        "authorEmail" : "savannahcailin@gmail.com",
        "comment" : "Update azure-pipelines.yml for Azure Pipelines\u000a",
        "date" : "2024-02-28 11:51:44 +0100",
        "id" : "fd53398272ab564d501ceee459660cc0949de8c6",
        "msg" : "Update azure-pipelines.yml for Azure Pipelines",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "azure-pipelines.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/pseudoknight",
      "fullName" : "PseudoKnight"
    },
    {
      "absoluteUrl" : "https://letsbuild.net/jenkins/user/ladycailin",
      "fullName" : "LadyCailin"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.9.6"
}