]> source.dussan.org Git - gitignore.git/commit
gitignore for JENKINS_HOME Jenkins settings (#1763)
authorSam Gleske <875669+samrocketman@users.noreply.github.com>
Sun, 7 Apr 2019 17:01:39 +0000 (13:01 -0400)
committerBrendan Forster <brendan@github.com>
Sun, 7 Apr 2019 17:01:39 +0000 (14:01 -0300)
commitc1b7904af6689bd01646f008b0561d4f19a0e972
tree4b59363c426858faef7bf11efddbbb203e4f734c
parent7eef17f37c63ce3cbddbdd154ff836f370d0ad70
gitignore for JENKINS_HOME Jenkins settings (#1763)

* gitignore for JENKINS_HOME Jenkins settings

This allows an admin to use git to keep a backup of Jenkins settings
without tracking binary artifacts.  Useful for preserving settings during
plugin upgrades.

Note: secret.key is purposefully not tracked by git.  This should be
backed up separately because configs may contain secrets which were
encrypted using the secret.key.

See also:

* http://jenkins-ci.org/
* https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins

* Add a few entries to Jenkins gitignore
JENKINS_HOME.gitignore [new file with mode: 0644]