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