diff --git a/.ci/build.groovy b/.ci/build.groovy index 00b7392e18..cbcfd228be 100644 --- a/.ci/build.groovy +++ b/.ci/build.groovy @@ -13,7 +13,7 @@ def call(ghprbActualCommit, ghprbPullId, ghprbPullTitle, ghprbPullLink, ghprbPul stage('Checkout') { dir("/home/jenkins/git/tispark") { sh """ - archive_url=http://172.16.30.25/download/builds/pingcap/tiflash/cache/tiflash-m2-cache_latest.tar.gz + archive_url=http://fileserver.pingcap.net/download/builds/pingcap/tispark/cache/tispark-m2-cache-latest.tar.gz if [ ! "\$(ls -A /maven/.m2/repository)" ]; then curl -sL \$archive_url | tar -zx -C /maven || true; fi """ if (sh(returnStatus: true, script: '[ -d .git ] && [ -f Makefile ] && git rev-parse --git-dir > /dev/null 2>&1') != 0) { diff --git a/.ci/integration_test.groovy b/.ci/integration_test.groovy index 2fd65a734f..2a0e862570 100644 --- a/.ci/integration_test.groovy +++ b/.ci/integration_test.groovy @@ -136,7 +136,7 @@ def call(ghprbActualCommit, ghprbCommentBody, ghprbPullId, ghprbPullTitle, ghprb print run_chunks def mvnStr = get_mvn_str(run_chunks) sh """ - archive_url=http://172.16.30.25/download/builds/pingcap/tiflash/cache/tiflash-m2-cache_latest.tar.gz + archive_url=http://fileserver.pingcap.net/download/builds/pingcap/tispark/cache/tispark-m2-cache-latest.tar.gz if [ ! "\$(ls -A /maven/.m2/repository)" ]; then curl -sL \$archive_url | tar -zx -C /maven || true; fi """ sh """ @@ -150,7 +150,7 @@ def call(ghprbActualCommit, ghprbCommentBody, ghprbPullId, ghprbPullTitle, ghprb def run_tikvclient_test = { chunk_suffix -> dir("go/src/github.com/pingcap/tispark") { sh """ - archive_url=http://172.16.30.25/download/builds/pingcap/tiflash/cache/tiflash-m2-cache_latest.tar.gz + archive_url=http://fileserver.pingcap.net/download/builds/pingcap/tispark/cache/tispark-m2-cache-latest.tar.gz if [ ! "\$(ls -A /maven/.m2/repository)" ]; then curl -sL \$archive_url | tar -zx -C /maven || true; fi """ sh """