diff --git a/Jenkinsfile b/Jenkinsfile index f54482499..8df00cf8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,4 +14,13 @@ pipeline { } } } + post { + success { + echo 'Git Clone Success!!' + } + failure { + echo 'Git Clone Fail' + } + } + }