{
  "_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" : 20490,
      "buildableTimeMillis" : 20490,
      "buildingDurationMillis" : 257391,
      "executingTimeMillis" : 257391,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5356,
      "waitingTimeMillis" : 5356
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1864,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
            "branch" : [
              {
                "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
            "branch" : [
              {
                "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
        "branch" : [
          {
            "SHA1" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1864",
  "duration" : 257391,
  "estimatedDuration" : 49604,
  "executor" : null,
  "fullDisplayName" : "seed #1864",
  "id" : "1864",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1864,
  "queueId" : 3694591,
  "result" : "SUCCESS",
  "timestamp" : 1783310480639,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1864/",
  "builtOn" : "default-q1lw7",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/ops/statics-prow-jobs-weekly.py",
          "scripts/ops/get-artifacts-of-pull-request.sh",
          "scripts/ops/statics-prow-jobs.ts",
          ".ci/check-pr-content-policy.sh",
          "scripts/ops/nextgen/get-next-gen-exact-image-tags.sh"
        ],
        "commitId" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
        "timestamp" : 1783310450000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(scripts): replace hardcoded internal URLs with env vars (E1-E9) (#4800)\u000a\u000a## Summary\u000a\u000aReplace hardcoded internal-only endpoint URLs in `scripts/` with\u000aenvironment variable defaults, enabling jobs to execute from a public\u000acloud environment.\u000a\u000a## Changes\u000a\u000aAll 18 modified files under `scripts/` — no behavioral change in\u000ainternal environment. Env var defaults match current production values\u000aexactly.\u000a\u000a| Env Var | Default | Endpoints |\u000a|---|---|---|\u000a| `OCI_REGISTRY` | `hub.pingcap.net` | E1: Internal Docker registry |\u000a| `ARTIFACT_DOWNLOAD_BASE_URL` | `http://fileserver.pingcap.net` |\u000aE2/E3: File server |\u000a| `OCI_ARTIFACT_HOST` | `us-docker.pkg.dev/.../hub` | E4: OCI artifact\u000aregistry |\u000a| `GCR_REPO` | `us.gcr.io` | E4: GCR registry |\u000a| `GCR_DBAAS_REPO` | `gcr.io/pingcap-public/dbaas` | E4: Enterprise\u000aimages |\u000a| `TIUP_STAGING_MIRROR_URL` | `http://tiup.pingcap.net:8988` | E5:\u000aStaging TIUP mirror |\u000a| `PROW_URL` | `https://prow.tidb.net` | E6: Prow dashboard |\u000a| `UCLOUD_REGISTRY` | `uhub.service.ucloud.cn` | E8: UCloud registry |\u000a| `ENTERPRISE_IMAGE_REGISTRY` | `gcr.io/pingcap-public/dbaas` | E9:\u000aEnterprise images |\u000a\u000a## Testing\u000a\u000a- All Shell scripts pass `bash -n`\u000a- All Python scripts pass `python3 -m py_compile`\u000a- All TypeScript scripts pass `deno check`\u000a\u000a## Risk\u000a\u000aLow. All changes are additive env var fallthroughs with\u000abackward-compatible defaults. Rollback = revert PR.\u000a",
        "date" : "2026-07-06 04:00:50 +0000",
        "id" : "55531b041c3d40c09e4de1af54c02649bcf1fa56",
        "msg" : "feat(scripts): replace hardcoded internal URLs with env vars (E1-E9)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/ops/statics-prow-jobs-weekly.py"
          },
          {
            "editType" : "edit",
            "file" : ".ci/check-pr-content-policy.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/ops/get-artifacts-of-pull-request.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/ops/nextgen/get-next-gen-exact-image-tags.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/ops/statics-prow-jobs.ts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}