diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index cb827940..2bddbe67 100644 --- a/hello-world/Jenkinsfile +++ b/hello-world/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Static Analysis') { steps { - echo 'Run the static analysis to the code' + echo 'Run the static analysis to the code 1' } } stage('Compile') {