From 4b278c966528b929f1f7be6cc68e495451f9724f Mon Sep 17 00:00:00 2001 From: sethudas <68783671+sethudas@users.noreply.github.com> Date: Sun, 14 Feb 2021 21:55:53 +0530 Subject: [PATCH] Update Jenkinsfile --- hello-world/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hello-world/Jenkinsfile b/hello-world/Jenkinsfile index cb827940..b9146887 100644 --- a/hello-world/Jenkinsfile +++ b/hello-world/Jenkinsfile @@ -29,6 +29,7 @@ pipeline { stage('Publish Artifacts') { steps { echo 'Save the assemblies generated from the compilation' + echo 'hello' } } }