{
  "_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" : 66818,
      "buildableTimeMillis" : 66818,
      "buildingDurationMillis" : 44900,
      "executingTimeMillis" : 44900,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9213,
      "waitingTimeMillis" : 9213
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1306,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
            "branch" : [
              {
                "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
            "branch" : [
              {
                "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
        "branch" : [
          {
            "SHA1" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
            "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" : "#1306",
  "duration" : 44900,
  "estimatedDuration" : 74051,
  "executor" : None,
  "fullDisplayName" : "seed #1306",
  "id" : "1306",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1306,
  "queueId" : 2900326,
  "result" : "SUCCESS",
  "timestamp" : 1767526793719,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/1306/",
  "builtOn" : "default-1lz53",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy"
        ],
        "commitId" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
        "timestamp" : 1767526712000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "refactor(pipelines/pingcap/ticdc): fetch third-party binaries from OCI registry (#4054)\u000a\u000aThis pull request updates the `pull_cdc_kafka_integration_light`\u000apipeline to improve how third-party dependencies are managed and\u000areferenced. The main changes involve centralizing tag/version\u000adefinitions for dependencies, updating the way these dependencies are\u000apassed to test scripts, and simplifying the preparation steps by\u000aremoving redundant download logic.\u000a\u000aDependency management improvements:\u000a\u000a* Added explicit variables for third-party dependencies\u000a(`OCI_TAG_SYNC_DIFF_INSPECTOR`, `OCI_TAG_MINIO`, `OCI_TAG_ETCD`,\u000a`OCI_TAG_YCSB`, `OCI_TAG_SCHEMA_REGISTRY`) at the top of the pipeline\u000ascript to centralize and clarify version management.\u000a* Updated the test script invocation to use the newly defined dependency\u000avariables, ensuring consistent and maintainable version references for\u000aall components.\u000a\u000aPipeline simplification:\u000a\u000a* Removed the redundant script block that downloaded third-party\u000abinaries, as these are now managed elsewhere, streamlining the pipeline\u000aand reducing unnecessary steps.\u000a* Added a symbolic link for `jq` into the `bin` directory to ensure it\u000ais available for subsequent commands, improving environment setup\u000areliability.\u000a",
        "date" : "2026-01-04 11:38:32 +0000",
        "id" : "110da40d23c882b4e92399745e7ba6279f9eea0d",
        "msg" : "refactor(pipelines/pingcap/ticdc): fetch third-party binaries from OCI",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}