feature/25131 #6

Merged
roberto.cirillo merged 31 commits from feature/25131 into master 2023-09-07 14:56:01 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 045849a57b - Show all commits

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