generated from gCubeCI/Pipeline-Docker-Template
add new colored print
This commit is contained in:
parent
7f786fbbe7
commit
045849a57b
|
@ -221,7 +221,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
if("${DEPLOY_CATEGORY}"){
|
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);
|
deployRelease("${DEPLOY_CATEGORY}", yamlConfig);
|
||||||
}else { println ("CATEGORIES NOT FOUND ON YAML FILE. SKIP TO NEXT STAGE");}
|
}else { println ("CATEGORIES NOT FOUND ON YAML FILE. SKIP TO NEXT STAGE");}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue