add Jenkinsfile

This commit is contained in:
2025-07-16 09:53:57 +08:00
parent 13acf409a2
commit 3be5f06a1b

5
Jenkinsfile vendored
View File

@ -18,13 +18,14 @@ pipeline {
stage('Install & Build') {
steps {
dir('alex-ui') {
# dir('alex-ui') {
sh '''
echo "当前目录: $(pwd)"
rm -rf dist
npm install --legacy-peer-deps
./node_modules/.bin/vue-cli-service build
'''
}
# }
}
}