From 69441d8e7a4cb75f92a69feb58c2b531e3e72c51 Mon Sep 17 00:00:00 2001 From: alvaro Date: Wed, 20 Dec 2023 16:34:05 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3f924b..5bf08b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage("Hello"){ steps { - echo "Hello World from appi3 comprobando" + echo "Hello World from appi3 comprobando322" } } }