{
  "_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" : 38547,
      "buildableTimeMillis" : 38547,
      "buildingDurationMillis" : 98776,
      "executingTimeMillis" : 98776,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5768,
      "waitingTimeMillis" : 5768
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1441,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
            "branch" : [
              {
                "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
            "branch" : [
              {
                "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
        "branch" : [
          {
            "SHA1" : "d9712db6adac8c9a18991322e8999433c37b7f50",
            "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" : "#1441",
  "duration" : 98776,
  "estimatedDuration" : 71004,
  "executor" : None,
  "fullDisplayName" : "seed #1441",
  "id" : "1441",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1441,
  "queueId" : 3321140,
  "result" : "SUCCESS",
  "timestamp" : 1772186240479,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1441/",
  "builtOn" : "default-d6hjq",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".ci/replay-jenkins-build.sh",
          "prow-jobs/tikv/pd/common-presubmits.yaml",
          "prow-jobs/pingcap-qe/ci/presubmits.yaml",
          "docs/guides/CI.md",
          "docs/contributing.md"
        ],
        "commitId" : "d9712db6adac8c9a18991322e8999433c37b7f50",
        "timestamp" : 1772186192000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "ci: add replay-jenkins-build script and presubmit job (#4194)\u000a\u000aThis pull request improves the documentation and CI workflow for Jenkins\u000apipeline changes, and refactors the Prow job configuration to support\u000abetter pre-PR validation and replay testing. The main focus is to ensure\u000athat changes to `pipelines/**/*.groovy` files are thoroughly validated\u000aboth locally and in presubmit jobs, and to clarify the process for\u000acontributors. Additionally, the Prow job YAML files are refactored for\u000amaintainability.\u000a\u000a**Documentation enhancements:**\u000a\u000a* Added a new section in `docs/contributing.md` recommending local\u000astatic and replay checks for Jenkins pipeline changes, with command\u000aexamples and links to further documentation.\u000a* Expanded `docs/guides/CI.md` with detailed instructions on pre-PR\u000averification, including static validation, replay testing, and how to\u000ause Prow jobs for Jenkins pipeline changes.\u000a\u000a**CI and Prow job improvements:**\u000a\u000a* Added a new optional presubmit job `pull-replay-jenkins-pipelines` in\u000a`prow-jobs/pingcap-qe/ci/presubmits.yaml` to automate replay validation\u000aof changed pipeline files, including job configuration, environment\u000avariables, and usage of secrets.\u000a* Refactored Prow job YAML to use a global `labels` anchor for\u000aconsistency and maintainability, updating all job definitions\u000aaccordingly.\u000a* Minor restructuring in `prow-jobs/tikv/pd/common-presubmits.yaml` to\u000aclarify section separation and maintain consistency.\u000a\u000a---------\u000a\u000aCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>\u000a",
        "date" : "2026-02-27 09:56:32 +0000",
        "id" : "d9712db6adac8c9a18991322e8999433c37b7f50",
        "msg" : "ci: add replay-jenkins-build script and presubmit job (#4194)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "docs/contributing.md"
          },
          {
            "editType" : "add",
            "file" : ".ci/replay-jenkins-build.sh"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/tikv/pd/common-presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/pingcap-qe/ci/presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "docs/guides/CI.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}