Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does jenkins store job and node configuration files?

I deployed jenkins in tomcat using war deployment with successful results. Configuring jobs & nodes worked properly and CI works good. I was wondering, where is the information about the job & nodes stored in jenkins? Since I might want to take a periodic backup of the configuration data, to automate another CI in case first CI machine goes down.

like image 223
Soumen Avatar asked Dec 01 '25 06:12

Soumen


1 Answers

In ~/.jenkins by default, but this can be configured. ~ is the home directory of the user that runs the container (e.g. Tomcat). See the documentation on how to change this (what I recommend).

like image 120
Hauke Ingmar Schmidt Avatar answered Dec 04 '25 04:12

Hauke Ingmar Schmidt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!