dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit d0d3a5188e - Show all commits

4
Jenkinsfile vendored
View File

@ -54,10 +54,10 @@ pipeline {
// 流水线执行结果处理 // 流水线执行结果处理
post { post {
success { success {
echo "✅ 预编译dist文件夹部署成功" echo "✅ 预编译admin文件夹部署成功"
} }
failure { failure {
echo "❌ 预编译dist文件夹部署失败,请查看日志排查问题" echo "❌ 预编译admin文件夹部署失败,请查看日志排查问题"
} }
} }
} }