diff --git a/jenkinsfile b/jenkinsfile index 980e13b..560c821 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello world! Some test text' + echo 'Hello world! Some test text - added text' } } }