If there is missing entries in cbi configuration files, sub script like local_config.sh will not report or print errors.
So the script exit and fail silently.
Ex: missing configuration in my case
"jenkins_login": {
"user": "sebastien.heurtematte@eclipse-foundation.org",
"pw": "XXXXXXXXXXXXXX"
}
Try to run: /jenkins-cli.sh instances/foundation-internal.webdev reload-jcasc-configuration.
If there is missing entries in cbi configuration files, sub script like
local_config.sh
will not report or print errors. So the script exit and fail silently.Ex: missing configuration in my case "jenkins_login": { "user": "sebastien.heurtematte@eclipse-foundation.org", "pw": "XXXXXXXXXXXXXX" }
Try to run: /jenkins-cli.sh instances/foundation-internal.webdev reload-jcasc-configuration.