{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user anonymous",
          "userId" : None,
          "userName" : "anonymous"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "detached" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 35,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
            "branch" : [
              {
                "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
                "name" : "detached"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
            "branch" : [
              {
                "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
                "name" : "detached"
              }
            ]
          }
        },
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 16,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f35ca0f1960585513b39ca4d24b64132fb346053",
            "branch" : [
              {
                "SHA1" : "f35ca0f1960585513b39ca4d24b64132fb346053",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f35ca0f1960585513b39ca4d24b64132fb346053",
            "branch" : [
              {
                "SHA1" : "f35ca0f1960585513b39ca4d24b64132fb346053",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        },
        "refs/remotes/origin/test" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 25,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8bef15a68286fc636429b73babc2d9fba70f58b1",
            "branch" : [
              {
                "SHA1" : "8bef15a68286fc636429b73babc2d9fba70f58b1",
                "name" : "refs/remotes/origin/test"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8bef15a68286fc636429b73babc2d9fba70f58b1",
            "branch" : [
              {
                "SHA1" : "8bef15a68286fc636429b73babc2d9fba70f58b1",
                "name" : "refs/remotes/origin/test"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
        "branch" : [
          {
            "SHA1" : "1b5e848e97f8d26f3864bc36b22680f7b44d7153",
            "name" : "detached"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.arsbaibaodun.com/bcx_front/front-v5-web.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#35",
  "duration" : 69992,
  "estimatedDuration" : 72120,
  "executor" : None,
  "fullDisplayName" : "front-v5-web #35",
  "id" : "35",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 35,
  "queueId" : 17145,
  "result" : "SUCCESS",
  "timestamp" : 1757391137384,
  "url" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/yangxinbin/my-views/view/all/job/front-v5-web/35/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/routes/Insurance/InsuranceManagement/insuranceManagement/Uninsured/BulkInsuranceModal.jsx",
          "src/utils/request.js",
          "src/services/api.js",
          "src/routes/Enterprise/Company/InsuranceDetails.js",
          "src/services/api_insurance.js",
          "src/services/api_ocr.js",
          "src/utils/ocrParser.js",
          "src/examples/ocrExample.js"
        ],
        "commitId" : "bb40c618fad06be5fdfebf394f32fdafb38ec05e",
        "timestamp" : 1757390732000,
        "author" : {
          "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/pxw87952434",
          "fullName" : "pxw87952434"
        },
        "authorEmail" : "pxw87952434@",
        "comment" : "优化OCR识别功能，重构保单识别接口，使用百川信后端封装OCR服务，简化前端处理逻辑，增加加载状态提示\u000a",
        "date" : "2025-09-09 12:05:32 +0800",
        "id" : "bb40c618fad06be5fdfebf394f32fdafb38ec05e",
        "msg" : "优化OCR识别功能，重构保单识别接口，使用百川信后端封装OCR服务，简化前端处理逻辑，增加加载状态提示",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/routes/Insurance/InsuranceManagement/insuranceManagement/Uninsured/BulkInsuranceModal.jsx"
          },
          {
            "editType" : "delete",
            "file" : "src/examples/ocrExample.js"
          },
          {
            "editType" : "edit",
            "file" : "src/utils/request.js"
          },
          {
            "editType" : "edit",
            "file" : "src/services/api_insurance.js"
          },
          {
            "editType" : "edit",
            "file" : "src/routes/Enterprise/Company/InsuranceDetails.js"
          },
          {
            "editType" : "edit",
            "file" : "src/utils/ocrParser.js"
          },
          {
            "editType" : "delete",
            "file" : "src/services/api_ocr.js"
          },
          {
            "editType" : "edit",
            "file" : "src/services/api.js"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/pxw87952434",
      "fullName" : "pxw87952434"
    }
  ]
}