Reputation: 1113
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
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