add Jenkinsfile

This commit is contained in:
2025-07-16 14:53:26 +08:00
parent 982450d36d
commit c73ada0f43

3
Jenkinsfile vendored
View File

@ -19,9 +19,6 @@ pipeline {
stage('Install & Build') {
steps {
sh '''
rm -rf node_modules package-lock.json dist
npm cache clean --force
npm config set registry https://registry.npmmirror.com
npm install --legacy-peer-deps
npx vue-cli-service build
'''