diff --git a/Jenkinsfile b/Jenkinsfile index 840efb6..cfc0dc5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,8 @@ pipeline { agent any stages { - stage{ + stage + { echo "Hello World" } }