{
  "_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" : 675,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
            "branch" : [
              {
                "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
            "branch" : [
              {
                "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
        "branch" : [
          {
            "SHA1" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
            "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" : null,
  "displayName" : "#675",
  "duration" : 58949,
  "estimatedDuration" : 66945,
  "executor" : null,
  "fullDisplayName" : "build-logship-frontend #675",
  "id" : "675",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 675,
  "queueId" : 5408,
  "result" : "SUCCESS",
  "timestamp" : 1784073600972,
  "url" : "https://jenkins.younex.de/job/build-logship-frontend/675/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/pages/index.vue"
        ],
        "commitId" : "95e24749976ccd941cb704f6957c1ac6aac017f8",
        "timestamp" : 1784020706000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "show rquests more prominent with high priority\u000a",
        "date" : "2026-07-14 11:18:26 +0200",
        "id" : "95e24749976ccd941cb704f6957c1ac6aac017f8",
        "msg" : "show rquests more prominent with high priority",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pages/index.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/components/SearchModal.vue",
          "server/api/search/[query]/index.get.ts"
        ],
        "commitId" : "c29600f1ad6370e17e5b51d80e69e7750ba7a08d",
        "timestamp" : 1784024352000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "adapt search format mobile and desktop\u000a",
        "date" : "2026-07-14 12:19:12 +0200",
        "id" : "c29600f1ad6370e17e5b51d80e69e7750ba7a08d",
        "msg" : "adapt search format mobile and desktop",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/components/SearchModal.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/search/[query]/index.get.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/components/materials/ProductForm.vue",
          "app/components/ProductChooser.vue",
          "server/api/materials/products/store.post.ts",
          "app/pages/materials/products/[id]/edit.vue",
          "app/pages/materials/products/create.vue",
          "server/api/materials/products/update.put.ts",
          "server/api/materials/products/filter-elastic.get.ts",
          "app/components/partners/PartnerOrderLineTable.vue",
          "server/api/materials/products/filter.get.ts",
          "server/api/partners/partners/quick-add.post.ts"
        ],
        "commitId" : "b5b6fb078d5b3df812b83736c524b02accdf088b",
        "timestamp" : 1784026123000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "enable bom orders if enabled\u000a",
        "date" : "2026-07-14 12:48:43 +0200",
        "id" : "b5b6fb078d5b3df812b83736c524b02accdf088b",
        "msg" : "enable bom orders if enabled",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pages/materials/products/[id]/edit.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/materials/products/store.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/components/materials/ProductForm.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/materials/products/create.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/components/partners/PartnerOrderLineTable.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/components/ProductChooser.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/partners/partners/quick-add.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/materials/products/update.put.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/materials/products/filter.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/materials/products/filter-elastic.get.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/orders/[id]/relabel-check.get.ts",
          "server/api/orders/openso-generation-queue.get.ts",
          "server/api/orders/unfulfillable-count.get.ts",
          "server/api/orders/[id]/index.get.ts",
          "server/utils/relabelOrderHelper.ts",
          "app/pages/sales/orders/[id]/view.vue",
          "app/pages/index.vue",
          "app/pages/sales/orders/[id]/edit.vue",
          "server/api/orders/openso-list.get.ts",
          "server/api/orders/[id]/document-action.post.ts",
          "server/api/orders/unfulfillable-products.get.ts"
        ],
        "commitId" : "4779e8c26ffdabeddba4dda6c7c0b708721d0597",
        "timestamp" : 1784035044000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "show bom missing articles\u000a",
        "date" : "2026-07-14 15:17:24 +0200",
        "id" : "4779e8c26ffdabeddba4dda6c7c0b708721d0597",
        "msg" : "show bom missing articles",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "server/api/orders/unfulfillable-count.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/sales/orders/[id]/edit.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/[id]/index.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/openso-generation-queue.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/utils/relabelOrderHelper.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/orders/[id]/relabel-check.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/openso-list.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/sales/orders/[id]/view.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/[id]/document-action.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/unfulfillable-products.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/index.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/manufacturings/bom-productions/index.get.ts",
          "server/api/manufacturings/bom-productions/[id]/document-action.post.ts",
          "app/composables/menu/admin/manufacturings.ts",
          "app/pages/manufacturings/bom-productions/index.vue",
          "server/api/manufacturings/bom-productions/open-lines.get.ts",
          "server/api/manufacturings/bom-productions/store.post.ts",
          "server/api/manufacturings/bom-productions/destroy.delete.ts",
          "server/api/manufacturings/bom-productions/[id].get.ts",
          "server/api/manufacturings/bom-productions/[id]/create-lines.post.ts",
          "app/assets/langs/shared.js"
        ],
        "commitId" : "63b9dd2f84f494e12e57de5bb34bbc2bd7117c0c",
        "timestamp" : 1784037313000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "fixes\u000a",
        "date" : "2026-07-14 15:55:13 +0200",
        "id" : "63b9dd2f84f494e12e57de5bb34bbc2bd7117c0c",
        "msg" : "fixes",
        "paths" : [
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/[id].get.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/[id]/create-lines.post.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/[id]/document-action.post.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/composables/menu/admin/manufacturings.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/index.get.ts"
          },
          {
            "editType" : "add",
            "file" : "app/pages/manufacturings/bom-productions/index.vue"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/store.post.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/destroy.delete.ts"
          },
          {
            "editType" : "add",
            "file" : "server/api/manufacturings/bom-productions/open-lines.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/assets/langs/shared.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/manufacturings/bom-productions/index.get.ts",
          "server/api/manufacturings/bom-productions/open-lines.get.ts",
          "app/pages/manufacturings/bom-productions/index.vue",
          "app/components/MainNavigationMenu.vue",
          "app/components/SideBarMenu.vue",
          "app/components/SideBarAdministrator.vue",
          "app/components/SideBarFulfillmentAdmin.vue",
          "app/assets/langs/shared.js"
        ],
        "commitId" : "eac188d7150ce8e3c6b9822d703bdbf01d31b493",
        "timestamp" : 1784040372000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add menu\u000a",
        "date" : "2026-07-14 16:46:12 +0200",
        "id" : "eac188d7150ce8e3c6b9822d703bdbf01d31b493",
        "msg" : "add menu",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/components/SideBarFulfillmentAdmin.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/manufacturings/bom-productions/open-lines.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/components/SideBarAdministrator.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/manufacturings/bom-productions/index.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/manufacturings/bom-productions/index.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/assets/langs/shared.js"
          },
          {
            "editType" : "edit",
            "file" : "app/components/MainNavigationMenu.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/components/SideBarMenu.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "server/api/manufacturings/bom-productions/[id].get.ts",
          "app/pages/manufacturings/bom-productions/index.vue",
          "server/api/orders/[id]/order-line/index.get.ts",
          "app/composables/useRelabelDocs.ts"
        ],
        "commitId" : "43cf374e1d5847b8689546e91c747fa5ed25039f",
        "timestamp" : 1784043818000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add information to bom reports\u000a",
        "date" : "2026-07-14 17:43:38 +0200",
        "id" : "43cf374e1d5847b8689546e91c747fa5ed25039f",
        "msg" : "add information to bom reports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pages/manufacturings/bom-productions/index.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/orders/[id]/order-line/index.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "app/composables/useRelabelDocs.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/manufacturings/bom-productions/[id].get.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "app/pages/sales/customer-rma/[id]/edit.vue",
          "server/api/rma/store.post.ts",
          "app/components/SearchModal.vue",
          "app/components/rmas/CustomerRmaForm.vue",
          "app/pages/sales/customer-rma/create.vue",
          "app/pages/mobile/return.vue",
          "server/api/rma/update.put.ts"
        ],
        "commitId" : "c2bea1d3f4fb27cc7d4d69a65ff75c923ae5d9bf",
        "timestamp" : 1784062474000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "show new external tracking on rma2\u000a",
        "date" : "2026-07-14 22:54:34 +0200",
        "id" : "c2bea1d3f4fb27cc7d4d69a65ff75c923ae5d9bf",
        "msg" : "show new external tracking on rma2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "app/pages/mobile/return.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/components/SearchModal.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/sales/customer-rma/[id]/edit.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/components/rmas/CustomerRmaForm.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/pages/sales/customer-rma/create.vue"
          },
          {
            "editType" : "edit",
            "file" : "server/api/rma/update.put.ts"
          },
          {
            "editType" : "edit",
            "file" : "server/api/rma/store.post.ts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "android/update-files/version.json",
          "android/app/build.gradle",
          "app/components/MainNavigationMenu.vue",
          "app/composables/menu/admin/materials.ts",
          "server/api/materials/locators/priority-recommendations.get.ts",
          "android/update-files/history.json",
          "app/pages/materials/locator-priorities.vue",
          "app/assets/langs/shared.js"
        ],
        "commitId" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
        "timestamp" : 1784065584000,
        "author" : {
          "absoluteUrl" : "https://jenkins.younex.de/user/info",
          "fullName" : "info"
        },
        "authorEmail" : "info@younex.de",
        "comment" : "add priority locator page\u000a",
        "date" : "2026-07-14 23:46:24 +0200",
        "id" : "edf7ef11f411205826f051991c8cd1c9938edfd2",
        "msg" : "add priority locator page",
        "paths" : [
          {
            "editType" : "add",
            "file" : "server/api/materials/locators/priority-recommendations.get.ts"
          },
          {
            "editType" : "edit",
            "file" : "android/update-files/version.json"
          },
          {
            "editType" : "edit",
            "file" : "app/composables/menu/admin/materials.ts"
          },
          {
            "editType" : "edit",
            "file" : "android/update-files/history.json"
          },
          {
            "editType" : "edit",
            "file" : "android/app/build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "app/components/MainNavigationMenu.vue"
          },
          {
            "editType" : "edit",
            "file" : "app/assets/langs/shared.js"
          },
          {
            "editType" : "add",
            "file" : "app/pages/materials/locator-priorities.vue"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.younex.de/user/info",
      "fullName" : "info"
    }
  ]
}