更新 Jenkinsfile
This commit is contained in:
parent
2bb52aebb2
commit
d0d3a5188e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -54,10 +54,10 @@ pipeline {
|
|||||||
// 流水线执行结果处理
|
// 流水线执行结果处理
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
echo "✅ 预编译dist文件夹部署成功"
|
echo "✅ 预编译admin文件夹部署成功"
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
echo "❌ 预编译dist文件夹部署失败,请查看日志排查问题"
|
echo "❌ 预编译admin文件夹部署失败,请查看日志排查问题"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user