{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by wuhuizuo"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by wuhuizuo"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 12220,
      "buildableTimeMillis" : 12220,
      "buildingDurationMillis" : 60878,
      "executingTimeMillis" : 60878,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6917,
      "waitingTimeMillis" : 6917
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1866,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
            "branch" : [
              {
                "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
            "branch" : [
              {
                "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
        "branch" : [
          {
            "SHA1" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
            "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" : "#1866",
  "duration" : 60878,
  "estimatedDuration" : 49604,
  "executor" : None,
  "fullDisplayName" : "seed #1866",
  "id" : "1866",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1866,
  "queueId" : 3694593,
  "result" : "SUCCESS",
  "timestamp" : 1783311092389,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1866/",
  "builtOn" : "default-cgdxf",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tools/check_artifact/Dockerfile",
          "tools/check_artifact/Readme.md",
          "tools/deprecated/plugins/report-flaky-cases.ts",
          "tools/deprecated/gethash/Makefile",
          "tools/deprecated/release-checker/checker/Makefile",
          "tools/deprecated/gethash/gethash.py",
          "tools/deprecated/misc_tools/get_hash.sh",
          "tools/deprecated/plugins/report_job_result.sh",
          "tools/check_artifact/check_artifact.sh",
          "tools/deprecated/misc_tools/create_branch.sh",
          "tools/deprecated/misc_tools/create_tag.py"
        ],
        "commitId" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
        "timestamp" : 1783311069000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(tools): replace hardcoded internal URLs with env vars + remove dead deprecated code (#4808)\u000a\u000a## Summary\u000a\u000aReplace hardcoded internal-only endpoint URLs in `tools/` with\u000aenvironment variable defaults, enabling jobs to execute from a public\u000acloud environment.\u000a\u000a## Changes\u000a\u000a### URL Cleanup\u000a| Env Var | Default | Endpoints | Files |\u000a|---|---|---|---|\u000a| `OCI_REGISTRY` | `hub.pingcap.net` | E1: Internal Docker registry |\u000a`check_artifact.sh`, `Dockerfile`, `gethash/Makefile`,\u000a`release-checker/checker/Makefile` |\u000a| `ARTIFACT_DOWNLOAD_BASE_URL` | `http://fileserver.pingcap.net` | E2:\u000aFile server | `gethash/gethash.py` |\u000a| `TIUP_STAGING_MIRROR_URL` | `http://tiup.pingcap.net:8988` | E5:\u000aStaging TIUP mirror | `Readme.md` |\u000a| `ENTERPRISE_IMAGE_REGISTRY` | `gcr.io/pingcap-public/dbaas` | E9:\u000aEnterprise images | `check_artifact.sh` |\u000a\u000a### Deprecated Code Removal\u000a- `tools/deprecated/misc_tools/`: removed (0 external refs confirmed)\u000a- `tools/deprecated/plugins/`: removed (self-declared deprecated)\u000a\u000a## Testing\u000a- All Shell scripts pass `bash -n`\u000a- All Python scripts pass `python3 -m py_compile`\u000a\u000a## Risk\u000aLow. All changes are additive env var fallthroughs with\u000abackward-compatible defaults. Rollback = revert PR.\u000a\u000aFixes FLA-254\u000a",
        "date" : "2026-07-06 12:11:09 +0800",
        "id" : "63134e7ad16c3e049f3c7eab16717cb490042b62",
        "msg" : "feat(tools): replace hardcoded internal URLs with env vars + remove dead",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "tools/deprecated/plugins/report-flaky-cases.ts"
          },
          {
            "editType" : "delete",
            "file" : "tools/deprecated/misc_tools/get_hash.sh"
          },
          {
            "editType" : "delete",
            "file" : "tools/deprecated/misc_tools/create_branch.sh"
          },
          {
            "editType" : "delete",
            "file" : "tools/deprecated/misc_tools/create_tag.py"
          },
          {
            "editType" : "delete",
            "file" : "tools/deprecated/plugins/report_job_result.sh"
          },
          {
            "editType" : "edit",
            "file" : "tools/check_artifact/Readme.md"
          },
          {
            "editType" : "edit",
            "file" : "tools/check_artifact/Dockerfile"
          },
          {
            "editType" : "edit",
            "file" : "tools/deprecated/release-checker/checker/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "tools/deprecated/gethash/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "tools/deprecated/gethash/gethash.py"
          },
          {
            "editType" : "edit",
            "file" : "tools/check_artifact/check_artifact.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}