{
  "_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" : 455,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
            "branch" : [
              {
                "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
            "branch" : [
              {
                "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
        "branch" : [
          {
            "SHA1" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
            "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" : "#455",
  "duration" : 289545,
  "estimatedDuration" : 300391,
  "executor" : None,
  "fullDisplayName" : "build-logship-frontend #455",
  "id" : "455",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 455,
  "queueId" : 3999,
  "result" : "SUCCESS",
  "timestamp" : 1764982800045,
  "url" : "https://jenkins.younex.de/job/build-logship-frontend/455/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/utils/authErrorHelper.ts",
          "server/utils/forceLogoutHelper.ts",
          "composables/useAuthError.ts",
          "AUTH_ERROR_HANDLING.md"
        ],
        "commitId" : "7078012e5c61a3eee2fd67c1342801a80fc18e52",
        "timestamp" : 1764933912000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "refactor login session handling\u000a",
        "date" : "2025-12-05 12:25:12 +0100",
        "id" : "7078012e5c61a3eee2fd67c1342801a80fc18e52",
        "msg" : "refactor login session handling",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/utils/forceLogoutHelper.ts"
          },
          {
            "editType" : "add",
            "file" : "server/utils/authErrorHelper.ts"
          },
          {
            "editType" : "add",
            "file" : "AUTH_ERROR_HANDLING.md"
          },
          {
            "editType" : "add",
            "file" : "composables/useAuthError.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/fulfillment/generate-orders.post.ts",
          "server/api/fulfillment/customers/index.get.ts"
        ],
        "commitId" : "30314a8f5da8d54084fa222f7d117937716b88eb",
        "timestamp" : 1764934413000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "use new field PeriodPerformanceDate for showing fulfillment invoice in calendar\u000a",
        "date" : "2025-12-05 12:33:33 +0100",
        "id" : "30314a8f5da8d54084fa222f7d117937716b88eb",
        "msg" : "use new field PeriodPerformanceDate for showing fulfillment invoice in calendar",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/fulfillment/customers/index.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/fulfillment/generate-orders.post.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/fulfillment/customers/index.vue",
          "server/api/invoices/update.put.ts",
          "components/sales/InvoiceForm.vue",
          "pages/sales/invoices/[id]/edit.vue"
        ],
        "commitId" : "6a7ddc875b41aceaa384011381ddf832ede8db5c",
        "timestamp" : 1764935778000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "fix calendar\u000a",
        "date" : "2025-12-05 12:56:18 +0100",
        "id" : "6a7ddc875b41aceaa384011381ddf832ede8db5c",
        "msg" : "fix calendar",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/invoices/update.put.ts"
          },
          {
            "editType" : "edit",
            "file" : "components/sales/InvoiceForm.vue"
          },
          {
            "editType" : "edit",
            "file" : "pages/fulfillment/customers/index.vue"
          },
          {
            "editType" : "edit",
            "file" : "pages/sales/invoices/[id]/edit.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/fulfillment/customers/index.vue",
          "server/api/fulfillment/generate-orders.post.ts",
          "components/fulfillment/FulfillmentGenerateOrdersModal.vue",
          "assets/langs/shared.js"
        ],
        "commitId" : "f87e4eb3c54bc172d4b7d53b9c85feb3b3ff0308",
        "timestamp" : 1764940948000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add translation to ffn page and generation\u000a",
        "date" : "2025-12-05 14:22:28 +0100",
        "id" : "f87e4eb3c54bc172d4b7d53b9c85feb3b3ff0308",
        "msg" : "add translation to ffn page and generation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/fulfillment/customers/index.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/fulfillment/generate-orders.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "assets/langs/shared.js"
          },
          {
            "editType" : "edit",
            "file" : "components/fulfillment/FulfillmentGenerateOrdersModal.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/fulfillment/customers/index.vue",
          "server/api/fulfillment/customers/index.get.ts"
        ],
        "commitId" : "12ec9602471b28530ff485655b0e2374bab016c4",
        "timestamp" : 1764942098000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "update ffn dashboard\u000a",
        "date" : "2025-12-05 14:41:38 +0100",
        "id" : "12ec9602471b28530ff485655b0e2374bab016c4",
        "msg" : "update ffn dashboard",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pages/fulfillment/customers/index.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/fulfillment/customers/index.get.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pages/fulfillment/customers/index.vue",
          "server/api/fulfillment/customers/index.get.ts"
        ],
        "commitId" : "7c17853341801722c4f976db11ccd30d91288b80",
        "timestamp" : 1764943831000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add material receipt icon to ffn dashboard\u000a",
        "date" : "2025-12-05 15:10:31 +0100",
        "id" : "7c17853341801722c4f976db11ccd30d91288b80",
        "msg" : "add material receipt icon to ffn dashboard",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/fulfillment/customers/index.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "pages/fulfillment/customers/index.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/partners/partners/update.put.ts"
        ],
        "commitId" : "000a1ccfab5966c29440737eccaa123e438a2dd2",
        "timestamp" : 1764944141000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "fix bpartner field crud\u000a",
        "date" : "2025-12-05 15:15:41 +0100",
        "id" : "000a1ccfab5966c29440737eccaa123e438a2dd2",
        "msg" : "fix bpartner field crud",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/partners/partners/update.put.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/NewNavBar.vue"
        ],
        "commitId" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
        "timestamp" : 1764944259000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "changes\u000a",
        "date" : "2025-12-05 15:17:39 +0100",
        "id" : "6e9221a2a20d63f9058c796edc28dbadf4fb2a16",
        "msg" : "changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/NewNavBar.vue"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/info",
      "fullName" : "info"
    }
  ]
}