main
Kimsongwu 1 year ago
parent d75370ffa2
commit 4ae7b79fa5

2
Jenkinsfile vendored

@ -17,7 +17,7 @@ pipeline {
stage('🛠️构建') { stage('🛠️构建') {
steps { steps {
withDockerContainer('node:18-alpine') { withDockerContainer('node:18-alpine') {
sh 'node -V' sh 'npm -v'
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 build' sh 'npm build'

Loading…
Cancel
Save