Browse Source

更新 'Jenkinsfile'

sifu-gogs 2 năm trước cách đây
mục cha
commit
28aab7a8c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -9,7 +9,7 @@ pipeline {
 				sh 'docker-compose down'
                 nodejs('16.19.0') {
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
-                    sh 'yarn config set registry https://registry.npmmirror.com/'
+                    sh 'yarn config set registry http://mirrors.cloud.tencent.com/npm/'
                     sh 'yarn install'
                     sh 'yarn build'
                 }