diff --git a/Jenkinsfile b/Jenkinsfile index f2db38a..d9dc962 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello Test world!' + echo 'Hello Test world asd!' } } }