{
  "_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" : 7,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eb855e6436bc3120bcd0bfcdbc369e2a7d561d62",
            "branch" : [
              {
                "SHA1" : "eb855e6436bc3120bcd0bfcdbc369e2a7d561d62",
                "name" : "detached"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eb855e6436bc3120bcd0bfcdbc369e2a7d561d62",
            "branch" : [
              {
                "SHA1" : "eb855e6436bc3120bcd0bfcdbc369e2a7d561d62",
                "name" : "detached"
              }
            ]
          }
        },
        "refs/remotes/origin/test" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 78,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
            "branch" : [
              {
                "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
                "name" : "refs/remotes/origin/test"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
            "branch" : [
              {
                "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
                "name" : "refs/remotes/origin/test"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
        "branch" : [
          {
            "SHA1" : "b381acc483e0329996f62cc4994f063804560fd7",
            "name" : "refs/remotes/origin/test"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.arsbaibaodun.com/bcx_front/badp-bcxin-web-5.x-vue.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#78",
  "duration" : 55237,
  "estimatedDuration" : 43925,
  "executor" : None,
  "fullDisplayName" : "badp-bcxin-web-5.x-vue #78",
  "id" : "78",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 78,
  "queueId" : 17825,
  "result" : "SUCCESS",
  "timestamp" : 1761205466303,
  "url" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/linhancheng/my-views/view/all/job/badp-bcxin-web-5.x-vue/78/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "public/pdf/pdfviewer.html"
        ],
        "commitId" : "cc86770fe2a1d3f7036fd43abc0065cf86b13092",
        "timestamp" : 1756804059000,
        "author" : {
          "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/linhancheng",
          "fullName" : "linhancheng"
        },
        "authorEmail" : "linhancheng",
        "comment" : "修复前端bug\u000a",
        "date" : "2025-09-02 17:07:39 +0800",
        "id" : "cc86770fe2a1d3f7036fd43abc0065cf86b13092",
        "msg" : "修复前端bug",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "public/pdf/pdfviewer.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/views/IMPop.vue"
        ],
        "commitId" : "1e860be9d4dc54091458b1204f191ab7a022b0de",
        "timestamp" : 1757484166000,
        "author" : {
          "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/pxw87952434",
          "fullName" : "pxw87952434"
        },
        "authorEmail" : "pxw87952434@",
        "comment" : "feat: 更新IM弹窗链接域名配置，统一使用imweb子域名\u000a",
        "date" : "2025-09-10 14:02:46 +0800",
        "id" : "1e860be9d4dc54091458b1204f191ab7a022b0de",
        "msg" : "feat: 更新IM弹窗链接域名配置，统一使用imweb子域名",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/views/IMPop.vue"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "package.json",
          "src/api.js",
          "src/views/Home.vue",
          "src/components/PoliceNoticePop.vue",
          "src/components/activity.vue"
        ],
        "commitId" : "f374d3368997ed882a315ac063c8ca7b303c6ee8",
        "timestamp" : 1761204040000,
        "author" : {
          "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/pxw87952434",
          "fullName" : "pxw87952434"
        },
        "authorEmail" : "pxw87952434@",
        "comment" : "feat: 新增公安未读消息通知功能，包含弹窗组件、API接口调用及消息列表展示\u000a",
        "date" : "2025-10-23 15:20:40 +0800",
        "id" : "f374d3368997ed882a315ac063c8ca7b303c6ee8",
        "msg" : "feat: 新增公安未读消息通知功能，包含弹窗组件、API接口调用及消息列表展示",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/components/PoliceNoticePop.vue"
          },
          {
            "editType" : "edit",
            "file" : "src/components/activity.vue"
          },
          {
            "editType" : "edit",
            "file" : "package.json"
          },
          {
            "editType" : "edit",
            "file" : "src/views/Home.vue"
          },
          {
            "editType" : "edit",
            "file" : "src/api.js"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/linhancheng",
      "fullName" : "linhancheng"
    },
    {
      "absoluteUrl" : "https://jenkins.te.baibaodun.com.cn/jenkins/user/pxw87952434",
      "fullName" : "pxw87952434"
    }
  ]
}