diff --git a/Jenkinsfile b/Jenkinsfile index 44c9a1d..fb01195 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,10 +38,10 @@ pipeline { post { success { - echo 'Vue项目部署成功!' + echo 'Vue项目部署成功' } failure { - echo 'Vue项目部署失败!' + echo 'Vue项目部署失败' } } } \ No newline at end of file