更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-10 20:36:50 +08:00
parent 5a7a610104
commit 6afc76faba

4
Jenkinsfile vendored
View File

@ -38,10 +38,10 @@ pipeline {
post { post {
success { success {
echo 'Vue项目部署成功' echo 'Vue项目部署成功'
} }
failure { failure {
echo 'Vue项目部署失败' echo 'Vue项目部署失败'
} }
} }
} }