diff --git a/tools/clean-up-jenkins-jobs.bash b/tools/clean-up-jenkins-jobs.bash index 42cf5275..37ae306f 100755 --- a/tools/clean-up-jenkins-jobs.bash +++ b/tools/clean-up-jenkins-jobs.bash @@ -115,7 +115,7 @@ function cleanJenkinsJobs() then postUpMessage else - info '\nnothing to clean up!' + echo -e "\n\033[1;32mnothing to clean up!\033[0m" fi }