add new colored print

This commit is contained in:
Roberto Cirillo 2023-06-14 15:17:44 +02:00
parent 7f786fbbe7
commit 045849a57b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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