From 8073906faaae3d8c79106b12ba1bd4ef4a197701 Mon Sep 17 00:00:00 2001 From: Marcos Lopez Gonzalez Date: Wed, 4 Dec 2024 17:30:57 +0100 Subject: [PATCH] Jenkinsfile commented ws deploy temporarily because the deploy job is disabled --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3ad2691b2..3d79f6ac5 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,8 +105,8 @@ pipeline { } } steps { - // commented because the job is currently disabled // build job: "occurrence-ws-dev-deploy", wait: false, propagate: false + echo "This stage is commented the occurrence-ws-dev-deploy is currently disabled. Please uncomment this when it's enbaled again" } }