├── .github └── workflows │ └── mirror.yaml ├── LICENSE ├── OWNERS ├── README-zh.md ├── README.md ├── _config.yml ├── data.html └── tsinghua ├── 2.150 └── update-center.json ├── 2.164 └── update-center.json ├── 2.176 └── update-center.json ├── 2.190 └── update-center.json ├── 2.204 ├── update-center.json └── updates │ ├── hudson.tasks.Maven.MavenInstaller.json │ ├── hudson.tasks.Maven.MavenInstaller.json.html │ ├── hudson.tools.JDKInstaller.json │ └── hudson.tools.JDKInstaller.json.html ├── 2.222 └── update-center.json ├── 2.235 └── update-center.json ├── README.md ├── current ├── update-center.json └── updates │ ├── hudson.tasks.Maven.MavenInstaller.json │ ├── hudson.tasks.Maven.MavenInstaller.json.html │ ├── hudson.tools.JDKInstaller.json │ └── hudson.tools.JDKInstaller.json.html ├── dynamic-2.251 └── update-center.json ├── dynamic-2.264 └── update-center.json ├── dynamic-stable-2.222.4 └── update-center.json ├── dynamic-stable-2.235.1 └── update-center.json ├── dynamic-stable-2.235.2 └── update-center.json ├── dynamic-stable-2.235.3 └── update-center.json ├── dynamic-stable-2.235.4 └── update-center.json ├── dynamic-stable-2.235.5 └── update-center.json ├── dynamic-stable-2.249.1 └── update-center.json ├── dynamic-stable-2.249.2 └── update-center.json ├── dynamic-stable-2.263.1 └── update-center.json ├── dynamic-stable-2.263.2 └── update-center.json ├── dynamic-stable-2.263.3 └── update-center.json ├── dynamic-stable-2.277.1 └── update-center.json ├── experimental └── update-center.json ├── stable-1.651 └── update-center.json ├── stable-2.107 └── update-center.json ├── stable-2.121 └── update-center.json ├── stable-2.138 └── update-center.json ├── stable-2.150 └── update-center.json ├── stable-2.164 └── update-center.json ├── stable-2.176 └── update-center.json ├── stable-2.190 └── update-center.json ├── stable-2.204 ├── update-center.json └── updates │ ├── hudson.tasks.Maven.MavenInstaller.json │ ├── hudson.tasks.Maven.MavenInstaller.json.html │ ├── hudson.tools.JDKInstaller.json │ └── hudson.tools.JDKInstaller.json.html ├── stable-2.222 └── update-center.json ├── stable-2.235 └── update-center.json └── update-center.json /.github/workflows/mirror.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/.github/workflows/mirror.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/LICENSE -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/OWNERS -------------------------------------------------------------------------------- /README-zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/README-zh.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/_config.yml -------------------------------------------------------------------------------- /data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/data.html -------------------------------------------------------------------------------- /tsinghua/2.150/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.150/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.164/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.164/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.176/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.176/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.190/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.190/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.204/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.204/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.204/updates/hudson.tasks.Maven.MavenInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.204/updates/hudson.tasks.Maven.MavenInstaller.json -------------------------------------------------------------------------------- /tsinghua/2.204/updates/hudson.tasks.Maven.MavenInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.204/updates/hudson.tasks.Maven.MavenInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/2.204/updates/hudson.tools.JDKInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.204/updates/hudson.tools.JDKInstaller.json -------------------------------------------------------------------------------- /tsinghua/2.204/updates/hudson.tools.JDKInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.204/updates/hudson.tools.JDKInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/2.222/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.222/update-center.json -------------------------------------------------------------------------------- /tsinghua/2.235/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/2.235/update-center.json -------------------------------------------------------------------------------- /tsinghua/README.md: -------------------------------------------------------------------------------- 1 | ## 清华开源镜像站 -------------------------------------------------------------------------------- /tsinghua/current/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/current/update-center.json -------------------------------------------------------------------------------- /tsinghua/current/updates/hudson.tasks.Maven.MavenInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/current/updates/hudson.tasks.Maven.MavenInstaller.json -------------------------------------------------------------------------------- /tsinghua/current/updates/hudson.tasks.Maven.MavenInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/current/updates/hudson.tasks.Maven.MavenInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/current/updates/hudson.tools.JDKInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/current/updates/hudson.tools.JDKInstaller.json -------------------------------------------------------------------------------- /tsinghua/current/updates/hudson.tools.JDKInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/current/updates/hudson.tools.JDKInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/dynamic-2.251/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-2.251/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-2.264/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-2.264/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.222.4/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.222.4/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.235.1/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.235.1/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.235.2/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.235.2/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.235.3/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.235.3/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.235.4/update-center.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.235.5/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.235.5/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.249.1/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.249.1/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.249.2/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.249.2/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.263.1/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.263.1/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.263.2/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.263.2/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.263.3/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.263.3/update-center.json -------------------------------------------------------------------------------- /tsinghua/dynamic-stable-2.277.1/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/dynamic-stable-2.277.1/update-center.json -------------------------------------------------------------------------------- /tsinghua/experimental/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/experimental/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-1.651/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-1.651/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.107/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.107/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.121/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.121/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.138/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.138/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.150/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.150/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.164/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.164/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.176/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.176/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.190/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.190/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.204/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.204/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.204/updates/hudson.tasks.Maven.MavenInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.204/updates/hudson.tasks.Maven.MavenInstaller.json -------------------------------------------------------------------------------- /tsinghua/stable-2.204/updates/hudson.tasks.Maven.MavenInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.204/updates/hudson.tasks.Maven.MavenInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/stable-2.204/updates/hudson.tools.JDKInstaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.204/updates/hudson.tools.JDKInstaller.json -------------------------------------------------------------------------------- /tsinghua/stable-2.204/updates/hudson.tools.JDKInstaller.json.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.204/updates/hudson.tools.JDKInstaller.json.html -------------------------------------------------------------------------------- /tsinghua/stable-2.222/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.222/update-center.json -------------------------------------------------------------------------------- /tsinghua/stable-2.235/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/stable-2.235/update-center.json -------------------------------------------------------------------------------- /tsinghua/update-center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jenkins-zh/update-center-mirror/HEAD/tsinghua/update-center.json --------------------------------------------------------------------------------