diff --git a/Jenkinsfile b/Jenkinsfile
index 0c95d26d012d5f7187acc7bb627766914720dcf6..27190f861cf0161c40eb89770ba87e7cc15a1095 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
             steps {
                 checkout scm
             }
-        }@post {
+        @post {
             success{
                 echo 'prepare success'
             }