{
  "_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/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 107,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
            "branch" : [
              {
                "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
            "branch" : [
              {
                "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
        "branch" : [
          {
            "SHA1" : "348043e07763f23315bc690aeba07ccb1159ea06",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/BerndiVader/StreamServer.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.gradle.BuildScanAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "yampb.jar",
      "fileName" : "yampb.jar",
      "relativePath" : "build/libs/yampb.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#107",
  "duration" : 46001,
  "estimatedDuration" : 59965,
  "executor" : None,
  "fullDisplayName" : "StreamServer #107",
  "id" : "107",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 107,
  "queueId" : 45,
  "result" : "SUCCESS",
  "timestamp" : 1755717990284,
  "url" : "https://jenkins.berndivader.org/view/all/job/StreamServer/107/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/streamserver/console/command/commands/DownloadMedia.java",
          "src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java"
        ],
        "commitId" : "cc1a9dea5e6c2de2841e5c2e02b58379576570d7",
        "timestamp" : 1755717874000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "fix: add error handling for missing or unreadable download files in DownloadMedia command\u000a",
        "date" : "2025-08-20 21:24:34 +0200",
        "id" : "cc1a9dea5e6c2de2841e5c2e02b58379576570d7",
        "msg" : "fix: add error handling for missing or unreadable download files in DownloadMedia command",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/discord/command/commands/DownloadMedia.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/console/command/commands/DownloadMedia.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java",
          "src/main/java/com/gmail/berndivader/streamserver/ffmpeg/InfoPacket.java"
        ],
        "commitId" : "e504b5bff3986f3fce14b4391ae4d9ea86336390",
        "timestamp" : 1755717904000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "fix: replace SimpleEntry with Map.Entry for consistency in FFProbePacket and InfoPacket\u000a",
        "date" : "2025-08-20 21:25:04 +0200",
        "id" : "e504b5bff3986f3fce14b4391ae4d9ea86336390",
        "msg" : "fix: replace SimpleEntry with Map.Entry for consistency in FFProbePacket and InfoPacket",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/ffmpeg/FFProbePacket.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/ffmpeg/InfoPacket.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/streamserver/config/Data.java",
          "src/main/java/com/gmail/berndivader/streamserver/Helper.java"
        ],
        "commitId" : "1d7410f787b0b398a09145c469dadb96fdba6f4d",
        "timestamp" : 1755717956000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "fix: replace SimpleEntry with Map.Entry in startAndWaitForProcess method for consistency\u000afix: add DEBUG field to Data class for enhanced configuration options\u000a",
        "date" : "2025-08-20 21:25:56 +0200",
        "id" : "1d7410f787b0b398a09145c469dadb96fdba6f4d",
        "msg" : "fix: replace SimpleEntry with Map.Entry in startAndWaitForProcess method for consistency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/Helper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/config/Data.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/berndivader/streamserver/websocket/EndPoint.java"
        ],
        "commitId" : "348043e07763f23315bc690aeba07ccb1159ea06",
        "timestamp" : 1755717970000,
        "author" : {
          "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
          "fullName" : "BerndiVader"
        },
        "authorEmail" : "kasermandel@gmail.com",
        "comment" : "fix: rename STATUS enum to PACKET for clarity and update references throughout the EndPoint class\u000a",
        "date" : "2025-08-20 21:26:10 +0200",
        "id" : "348043e07763f23315bc690aeba07ccb1159ea06",
        "msg" : "fix: rename STATUS enum to PACKET for clarity and update references throughout the EndPoint class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/berndivader/streamserver/websocket/EndPoint.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.berndivader.org/user/admin",
      "fullName" : "BerndiVader"
    }
  ]
}