提交 31c9a5e7 authored 作者: builder's avatar builder

更新 Jenkinsfile

上级 6910a9d0
...@@ -6,7 +6,7 @@ pipeline { ...@@ -6,7 +6,7 @@ pipeline {
stage('npm打包构建') { stage('npm打包构建') {
steps { steps {
echo "\n--------------- npm打包构建 start ---------------\n" echo "\n--------------- npm打包构建 start ---------------\n"
nodejs('nodejs-20.15.0') { nodejs('nodejs-16.14.0') {
sh "npm config set registry https://registry.npmmirror.com/" sh "npm config set registry https://registry.npmmirror.com/"
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论