更新 Jenkinsfile
This commit is contained in:
parent
5a7a610104
commit
6afc76faba
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -38,10 +38,10 @@ pipeline {
|
|||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
echo 'Vue项目部署成功!'
|
echo 'Vue项目部署成功'
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
echo 'Vue项目部署失败!'
|
echo 'Vue项目部署失败'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user