{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 22683,
      "buildableTimeMillis" : 22683,
      "buildingDurationMillis" : 102583,
      "executingTimeMillis" : 102583,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5687,
      "waitingTimeMillis" : 5687
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 521,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
            "branch" : [
              {
                "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
            "branch" : [
              {
                "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
        "branch" : [
          {
            "SHA1" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#521",
  "duration" : 102583,
  "estimatedDuration" : 102412,
  "executor" : None,
  "fullDisplayName" : "seed #521",
  "id" : "521",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 521,
  "queueId" : 633304,
  "result" : "SUCCESS",
  "timestamp" : 1731479810095,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/521/",
  "builtOn" : "default-lhnt9",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jenkins/pipelines/ci/tidb-and-tools/tidb_and_tools_e2e_test.groovy",
          "jenkins/pipelines/ci/importer/importer_ghpr_build.groovy",
          "jenkins/pipelines/nightly/tidb/tidb_nightly_unit_test.groovy",
          "jenkins/pipelines/ci/importer/importer_ghpr_test.groovy",
          "jenkins/jobs/ci2/tikv/importer/ghpr_test.groovy",
          "jenkins/jobs/ci2/tikv/importer/ghpr_build.groovy"
        ],
        "commitId" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
        "timestamp" : 1731479777000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(jenkins): remove the deprecated CI jobs (#3235)\u000a\u000aThis pull request removes the Jenkins pipeline jobs and associated\u000ascripts for the `importer` project. The changes include the deletion of\u000ajob definitions and build/test scripts.\u000a\u000a### Removal of Jenkins pipeline jobs:\u000a*\u000a[`jenkins/jobs/ci2/tikv/importer/ghpr_build.groovy`](diffhunk://#diff-0af8fec9836b56ac2cd2bfb01076ebde0df7147bbf8f52f2ae45449de596f810L1-L79):\u000aRemoved the job definition for `importer_ghpr_build` that included\u000aparameters, properties, and triggers.\u000a*\u000a[`jenkins/jobs/ci2/tikv/importer/ghpr_test.groovy`](diffhunk://#diff-ca788a484622a307b4ae4ab5551f2cf619508fb7a944943efdbc95d1507b3131L1-L79):\u000aRemoved the job definition for `importer_ghpr_test` that included\u000aparameters, properties, and triggers.\u000a\u000a### Removal of build and test scripts:\u000a*\u000a[`jenkins/pipelines/ci/importer/importer_ghpr_build.groovy`](diffhunk://#diff-bf3b3367e924f18f19d1992195826ea9346530c73c8f4555f2943ba784cc39bbL1-L70):\u000aDeleted the build script for `importer_ghpr_build`, which included\u000astages for preparation and testing, as well as Slack notifications.\u000a*\u000a[`jenkins/pipelines/ci/importer/importer_ghpr_test.groovy`](diffhunk://#diff-4186fc216d52caed75fb38460f09f9e3036b690e4789eeb5c17b33a04beec5ebL1-L80):\u000aDeleted the test script for `importer_ghpr_test`, which included stages\u000afor preparation and testing, as well as Slack notifications.\u000a",
        "date" : "2024-11-13 06:36:17 +0000",
        "id" : "908b2f0f75f303e63cf4ad83b70654a1772f5c68",
        "msg" : "chore(jenkins): remove the deprecated CI jobs (#3235)",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "jenkins/jobs/ci2/tikv/importer/ghpr_build.groovy"
          },
          {
            "editType" : "delete",
            "file" : "jenkins/jobs/ci2/tikv/importer/ghpr_test.groovy"
          },
          {
            "editType" : "delete",
            "file" : "jenkins/pipelines/ci/importer/importer_ghpr_test.groovy"
          },
          {
            "editType" : "delete",
            "file" : "jenkins/pipelines/ci/tidb-and-tools/tidb_and_tools_e2e_test.groovy"
          },
          {
            "editType" : "delete",
            "file" : "jenkins/pipelines/ci/importer/importer_ghpr_build.groovy"
          },
          {
            "editType" : "delete",
            "file" : "jenkins/pipelines/nightly/tidb/tidb_nightly_unit_test.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}