diff --git a/Jenkinsfile b/Jenkinsfile index 14e1c269a..12b3d096f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { stage("Hello world") { sh """ echo 'Hello world' + echo 'Additional echo statement' """ } }