Sayid
Sayid

Reputation: 1113

Where does Jenkins store config files for "Views"?

I have removed some Jenkins views that listed jobs in categories for me. I keep backup of Jenkins filesystem and I now want to restore these views.

Where are the configurations files for Jenkins views stored on filesystem?

Upvotes: 16

Views: 11234

Answers (1)

Bruno Lavit
Bruno Lavit

Reputation: 10382

The views are stored in the main config.xml file (JENKINS_HOME or jenkins user home directory).

For my CentOS install, it's in /var/lib/jenkins/config.xml.

Please have a look to the <views> section.

Upvotes: 25

Related Questions