diff --git a/Jenkinsfile b/Jenkinsfile index eceac0e..b3aa4ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,9 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello check world!' + + echo 'Hello check world number two!' + } } }