소스 검색

更新 'Jenkinsfile'

sifu-gogs 2 년 전
부모
커밋
e0abb054b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 http://mirrors.cloud.tencent.com/npm/'
+                    sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'
                     sh 'yarn build'
                 }