I have a large task ahead of me...modifying several hudson jobs' configuration. What I would want is to do it from command line. But per my experience, hudson will not re-read the configuration unless you force it to "reload configuration from disk".
I don't want to restart hudson just for a small change...like doing a "reload" in apache. Don't know how to read a java code but I'm guessing that what I am looking for lies in the part after saving configuration changes.
curl http://my_hudson_address_here/hudson/reload
...I know there's a hudson-cli.jar but I can't seem to make it run on my end so this little "safe hack" of mine would do it. – Winny