测试触发构建

This commit is contained in:
2025-07-18 16:56:57 +08:00
parent 99d2c5738c
commit cdde61b848

2
Jenkinsfile vendored
View File

@ -96,6 +96,6 @@ pipeline {
} }
failure { failure {
echo "❌ 构建失败,请检查日志!" echo "❌ 构建失败,请检查日志!"
} }
} }
} }