Where and How does Hudson/Jenkins store data

hudsonJenkinsubuntu-10.10

I installed Jenkins on Ubuntu 10.10 and I could not find any mention of setting up database for data persistance.

So the first question is where does the data get stored, and secondly, can we setup Hudson / Jenkins with mySQL ? or similar databases?

Best Answer

Hudson/Jenkins doesn't quite work that way. It stores configurations and job information in /var/lib/jenkins by default (if you're using the .deb package). If you want to setup persistence for a specific application, that's something you'll want to handle yourself - Hudson is a continuous integration server, not a test framework.

Check out the Wiki article on Continuous Integration for an overview of what to expect.