2ab3a139 by xukangle

fix: 注释掉Node Build构建sh 脚本

1 parent f8d07716
...@@ -50,8 +50,8 @@ pipeline { ...@@ -50,8 +50,8 @@ pipeline {
50 steps { 50 steps {
51 nodejs('node 16.20.2'){} 51 nodejs('node 16.20.2'){}
52 //配置私有npm仓库 52 //配置私有npm仓库
53 sh 'npm config set registry http://192.168.5.4:8001/repository/csbr-npm/' 53 // sh 'npm config set registry http://192.168.5.4:8001/repository/csbr-npm/'
54 sh 'yarn config set registry http://192.168.5.4:8001/repository/csbr-npm/' 54 // sh 'yarn config set registry http://192.168.5.4:8001/repository/csbr-npm/'
55 // 配置后可通过下面方式来验证是否成功 55 // 配置后可通过下面方式来验证是否成功
56 sh 'npm config get registry' 56 sh 'npm config get registry'
57 sh 'npm install -g pnpm' 57 sh 'npm install -g pnpm'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!