{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 459,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
            "branch" : [
              {
                "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
            "branch" : [
              {
                "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
        "branch" : [
          {
            "SHA1" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/younex1/erp-nuxt-frontend.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#459",
  "duration" : 296425,
  "estimatedDuration" : 300391,
  "executor" : None,
  "fullDisplayName" : "build-logship-frontend #459",
  "id" : "459",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 459,
  "queueId" : 4052,
  "result" : "SUCCESS",
  "timestamp" : 1765328400044,
  "url" : "https://jenkins.younex.de/job/build-logship-frontend/459/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/integrations/commission.vue"
        ],
        "commitId" : "834f73ad0d51a40cddeaec4745494d1633d04919",
        "timestamp" : 1765243276000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add debug logging for shipment completion timing\u000a",
        "date" : "2025-12-09 02:21:16 +0100",
        "id" : "834f73ad0d51a40cddeaec4745494d1633d04919",
        "msg" : "add debug logging for shipment completion timing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/integrations/commission.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/integrations/commission.vue"
        ],
        "commitId" : "3b9598bea769ba0b932bcc1d3a0f906daf0f0b4d",
        "timestamp" : 1765243357000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "fix: wrap focus in nextTick and reset shipmentStartTime in resetShipmentCart\u000a",
        "date" : "2025-12-09 02:22:37 +0100",
        "id" : "3b9598bea769ba0b932bcc1d3a0f906daf0f0b4d",
        "msg" : "fix: wrap focus in nextTick and reset shipmentStartTime in resetShipmentCart",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/integrations/commission.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/integrations/commission.vue",
          "components/AgGrid/SalesOrder/AgCustomAttachment.vue"
        ],
        "commitId" : "60f4e5784a86e22a60550029393ee6bb4093018e",
        "timestamp" : 1765243426000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add safeguards for timing calculation to handle edge cases\u000a",
        "date" : "2025-12-09 02:23:46 +0100",
        "id" : "60f4e5784a86e22a60550029393ee6bb4093018e",
        "msg" : "add safeguards for timing calculation to handle edge cases",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/AgGrid/SalesOrder/AgCustomAttachment.vue"
          },
          {
            "editType" : "edit",
            "file" : "pages/integrations/commission.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/integrations/commission.vue"
        ],
        "commitId" : "92236aa53429355e574f8e8ed8ccc5bb7d7f110c",
        "timestamp" : 1765243562000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "improve formatDuration to handle sub-second commissions\u000a\u000a- Add milliseconds display for durations < 1 second (e.g., \"543ms\")\u000a- This allows accurate timing display even for very fast commissions\u000a\u000a\ud83e\udd16 Generated with [Claude Code](https://claude.com/claude-code)\u000a\u000aCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\u000a",
        "date" : "2025-12-09 02:26:02 +0100",
        "id" : "92236aa53429355e574f8e8ed8ccc5bb7d7f110c",
        "msg" : "improve formatDuration to handle sub-second commissions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/integrations/commission.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/integrations/commission.vue"
        ],
        "commitId" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
        "timestamp" : 1765301670000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add new commission completion sound\u000a",
        "date" : "2025-12-09 18:34:30 +0100",
        "id" : "1d47ff7ea18d6a4f641d338ac9d70d7948885ade",
        "msg" : "add new commission completion sound",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/integrations/commission.vue"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/info",
      "fullName" : "info"
    }
  ]
}