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' } } }