Skip to content
Success

Changes

Summary

  1. fileserver: remove unused fileserver.pingcap.net reference from (commit: 07498b8) (details)
Commit 07498b8e080bddf152ecc7d7116b621ee6038a16 by noreply
fileserver: remove unused fileserver.pingcap.net reference from docs-tidb-operator pipeline (#4270)

The `merged_update` pipeline for `pingcap/docs-tidb-operator` declared a
`FILE_SERVER_URL` environment variable pointing to
`fileserver.pingcap.net`, but the variable was never referenced in any
pipeline step — the pipeline only builds PDFs locally and uploads them
to Tencent Cloud via `rclone`.

## Changes

-
**`pipelines/pingcap/docs-tidb-operator/latest/merged_update.groovy`**:
Remove the dead `environment` block containing `FILE_SERVER_URL =
'http://fileserver.pingcap.net'`

```groovy
// Removed:
environment {
    FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
```

No behavioral change — the variable had no callers.

<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>fileserver: migrate artifacts for
pingcap/docs-tidb-operator</issue_title>
> <issue_description>Replace fileserver.pingcap.net usage for
pingcap/docs-tidb-operator with OCI artifacts in a standard registry.
>
> Acceptance criteria:
> - No fileserver.pingcap.net references in jobs/pipelines for
pingcap/docs-tidb-operator
> - Artifacts pulled via OCI registry with documented paths
> </issue_description>
>
> <agent_instructions>Please implement this using prow-jobs when
possible.</agent_instructions>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>


</details>



<!-- START COPILOT CODING AGENT SUFFIX -->

- Fixes PingCAP-QE/ci#4219

<!-- START COPILOT CODING AGENT TIPS -->
---

✨ Let Copilot coding agent [set things up for
you](https://github.com/PingCAP-QE/ci/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>
Co-authored-by: wuhuizuo <wuhuizuo@126.com>
(commit: 07498b8)
The file was modifiedpipelines/pingcap/docs-tidb-operator/latest/merged_update.groovy (diff)