{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by BerndiVader"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/noProtocolLib" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
            "branch" : [
              {
                "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
                "name" : "refs/remotes/origin/noProtocolLib"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
            "branch" : [
              {
                "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
                "name" : "refs/remotes/origin/noProtocolLib"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
        "branch" : [
          {
            "SHA1" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
            "name" : "refs/remotes/origin/noProtocolLib"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/BerndiVader/MythicAnimatorStands.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MythicAnimatorStands-0.494-SNAPSHOT.jar",
      "fileName" : "MythicAnimatorStands-0.494-SNAPSHOT.jar",
      "relativePath" : "build/libs/MythicAnimatorStands-0.494-SNAPSHOT.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4",
  "duration" : 36550,
  "estimatedDuration" : 27337,
  "executor" : None,
  "fullDisplayName" : "MythicAnimatorStands #4",
  "id" : "4",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4,
  "queueId" : 74,
  "result" : "SUCCESS",
  "timestamp" : 1710793979340,
  "url" : "https://jenkins.berndivader.org/job/MythicAnimatorStands/4/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/animatorstands/mechanics/ArmorStandAnimateMechanic.java"
        ],
        "commitId" : "7ee2e45c7e2fec79a2087a6eb753320250088ff4",
        "timestamp" : 1710791213000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "removed unused animate mechanic\u000a",
        "date" : "2024-03-18 20:46:53 +0100",
        "id" : "7ee2e45c7e2fec79a2087a6eb753320250088ff4",
        "msg" : "removed unused animate mechanic",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/main/java/com/gmail/berndivader/animatorstands/mechanics/ArmorStandAnimateMechanic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "settings.gradle"
        ],
        "commitId" : "a88b2aef29bd2d85786fba1c654e487262a035ea",
        "timestamp" : 1710791243000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "update to stay compatible with gradle 9\u000a",
        "date" : "2024-03-18 20:47:23 +0100",
        "id" : "a88b2aef29bd2d85786fba1c654e487262a035ea",
        "msg" : "update to stay compatible with gradle 9",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "settings.gradle"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/animatorstands/MythicMobsEvents.java"
        ],
        "commitId" : "9ef4d025960ebf2e377ffed5a026f194ebab06c1",
        "timestamp" : 1710793576000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "cancel interact with animatorstand. no need to use low high for metadata anymore\u000a",
        "date" : "2024-03-18 21:26:16 +0100",
        "id" : "9ef4d025960ebf2e377ffed5a026f194ebab06c1",
        "msg" : "cancel interact with animatorstand. no need to use low high for metadata anymore",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/animatorstands/MythicMobsEvents.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/animatorstands/ArmorStandUtils.java",
          "src/main/java/com/gmail/berndivader/animatorstands/ArmorStandAnimator.java"
        ],
        "commitId" : "814ff1a6bf725c7135cc9b3f27a96c63414edced",
        "timestamp" : 1710793711000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "cleanup\u000a",
        "date" : "2024-03-18 21:28:31 +0100",
        "id" : "814ff1a6bf725c7135cc9b3f27a96c63414edced",
        "msg" : "cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/animatorstands/ArmorStandUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/animatorstands/ArmorStandAnimator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "readme.md"
        ],
        "commitId" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
        "timestamp" : 1710793938000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "0.494\u000a",
        "date" : "2024-03-18 21:32:18 +0100",
        "id" : "9b0237c45644a4b37d88d5b6d281edcfb3ee4d8c",
        "msg" : "0.494",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "readme.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
      "fullName" : "BerndiVader"
    }
  ]
}