From 045849a57bf7cc76854624abf6145db34d4f7417 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 14 Jun 2023 15:17:44 +0200 Subject: [PATCH] add new colored print --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c2e6feb..3ef95bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -221,7 +221,7 @@ pipeline { steps { script{ if("${DEPLOY_CATEGORY}"){ - println("Going to deploy the Release components") + echo '\033[31;1;4mGoing to deploy gCube Release \033[0m' deployRelease("${DEPLOY_CATEGORY}", yamlConfig); }else { println ("CATEGORIES NOT FOUND ON YAML FILE. SKIP TO NEXT STAGE");} }