From 4c27c6567ff02cb4030000bc9386f59b9405d830 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=C3=ABl=20Barbero?=
 <mikael.barbero@eclipse-foundation.org>
Date: Thu, 27 Jan 2022 18:06:28 +0100
Subject: [PATCH] Modified jenkinsfile

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3184b5d..3db2ecb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
     stages {
         stage('build') {
             steps {
-                sh 'echo "Hello World!"'
+                sh 'echo "Hello World again!!!"'
             }
         }
     }
-- 
GitLab