I am new to Hudson / Jenkins and was wondering if there is a way to check in Hudson\'s configuration files to source control.
Ideally I want to be able to click some
I checked in hudson entirely, you could use this as a starting point https://github.com/morkeleb/continuous-delivery-with-hudson
There are benefits to keeping entire hudson in git. All config changes are logged and you can test the testup quite easily on one machine and then update the other machine(s) using git pull.
We used this as a boilerplate for our hudson continuous delivery setup at work.
Regards Morten