diff --git a/Jenkinsfile b/Jenkinsfile index 050841ba3..a0f1b37fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,10 +25,10 @@ pipeline{ echo "========always========" } success{ - echo "========pipeline executed successfully ========" + echo "========pipeline executed successfully =======" } failure{ echo "========pipeline execution failed========" } } -} \ No newline at end of file +}