mirror of
https://github.com/lework/jenkins-update-center.git
synced 2024-11-21 10:05:55 +02:00
fix: bit url.
This commit is contained in:
parent
b10c648e61
commit
153208848f
@ -18,7 +18,8 @@ Updated daily at 1 AM UTC
|
|||||||
- huawei https://mirrors.huaweicloud.com/jenkins/
|
- huawei https://mirrors.huaweicloud.com/jenkins/
|
||||||
- tsinghua https://mirrors.tuna.tsinghua.edu.cn/jenkins/
|
- tsinghua https://mirrors.tuna.tsinghua.edu.cn/jenkins/
|
||||||
- ustc https://mirrors.ustc.edu.cn/jenkins/
|
- ustc https://mirrors.ustc.edu.cn/jenkins/
|
||||||
- bit http://mirror.bit.edu.cn/jenkins/
|
- bit https://mirrors.bit.edu.cn/jenkins/
|
||||||
|
- aliyun https://mirrors.aliyun.com/jenkins/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -31,6 +32,7 @@ Updated daily at 1 AM UTC
|
|||||||
| tsinghua | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/tsinghua/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/tsinghua/update-center.json |
|
| tsinghua | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/tsinghua/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/tsinghua/update-center.json |
|
||||||
| ustc | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/ustc/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/ustc/update-center.json |
|
| ustc | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/ustc/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/ustc/update-center.json |
|
||||||
| bit | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/bit/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/bit/update-center.json |
|
| bit | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/bit/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/bit/update-center.json |
|
||||||
|
| aliyun | https://raw.githubusercontent.com/lework/jenkins-update-center/master/updates/aliyun/update-center.json | https://cdn.jsdelivr.net/gh/lework/jenkins-update-center/updates/aliyun/update-center.json |
|
||||||
|
|
||||||
**mirror site speed test**
|
**mirror site speed test**
|
||||||
|
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
"huawei": "https://mirrors.huaweicloud.com/jenkins/",
|
"huawei": "https://mirrors.huaweicloud.com/jenkins/",
|
||||||
"tsinghua": "https://mirrors.tuna.tsinghua.edu.cn/jenkins/",
|
"tsinghua": "https://mirrors.tuna.tsinghua.edu.cn/jenkins/",
|
||||||
"ustc": "https://mirrors.ustc.edu.cn/jenkins/",
|
"ustc": "https://mirrors.ustc.edu.cn/jenkins/",
|
||||||
"bit": "http://mirror.bit.edu.cn/jenkins/"
|
"bit": "https://mirrors.bit.edu.cn/jenkins/",
|
||||||
|
"aliyun": "https://mirrors.aliyun.com/jenkins/"
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,8 @@ mirrors=(
|
|||||||
[huawei]="https://mirrors.huaweicloud.com/jenkins/"
|
[huawei]="https://mirrors.huaweicloud.com/jenkins/"
|
||||||
[tsinghua]="https://mirrors.tuna.tsinghua.edu.cn/jenkins/"
|
[tsinghua]="https://mirrors.tuna.tsinghua.edu.cn/jenkins/"
|
||||||
[ustc]="https://mirrors.ustc.edu.cn/jenkins/"
|
[ustc]="https://mirrors.ustc.edu.cn/jenkins/"
|
||||||
[bit]="http://mirror.bit.edu.cn/jenkins/"
|
[bit]="https://mirrors.bit.edu.cn/jenkins/"
|
||||||
|
[aliyun]="https://mirrors.aliyun.com/jenkins/"
|
||||||
)
|
)
|
||||||
|
|
||||||
file="updates/current/plugin-versions.json"
|
file="updates/current/plugin-versions.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user