diff --git a/Jenkinsfile b/Jenkinsfile index 18993c2..5646af8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Hello') { steps { - echo 'Hello World from app1 on Friday' + echo 'Hello World from app1 on Friday 2' sh ''' #!/bin/bash ls -la