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");} }