From 925bb6bfd504279113bdfe338fc709088e941c4a Mon Sep 17 00:00:00 2001 From: Arangam Date: Wed, 16 Dec 2020 01:31:43 +0530 Subject: [PATCH] Update Jenkinsfile --- hello-world/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {