New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitignore for JENKINS_HOME Jenkins settings #1763

Open
wants to merge 2 commits into
base: master
from

Conversation

Projects
None yet
3 participants
@samrocketman

samrocketman commented Nov 20, 2015

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:

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
@stephengroat

This comment has been minimized.

Show comment
Hide comment
@stephengroat

stephengroat Feb 18, 2016

Contributor

This has been working well for me. I've been using it to version control configs for different slaves

Contributor

stephengroat commented Feb 18, 2016

This has been working well for me. I've been using it to version control configs for different slaves

@samrocketman

This comment has been minimized.

Show comment
Hide comment
@samrocketman

samrocketman Feb 26, 2016

Awesome :). I also use a dailycommit.sh script in a cron job so that it regularly takes a snapshot of the commits. https://gist.github.com/samrocketman/9391439

samrocketman commented Feb 26, 2016

Awesome :). I also use a dailycommit.sh script in a cron job so that it regularly takes a snapshot of the commits. https://gist.github.com/samrocketman/9391439

@samrocketman

This comment has been minimized.

Show comment
Hide comment
@samrocketman

samrocketman Jul 2, 2016

Is there any interest in merging this?

samrocketman commented Jul 2, 2016

Is there any interest in merging this?

@samrocketman

This comment has been minimized.

Show comment
Hide comment
@samrocketman

samrocketman Nov 30, 2017

@shiftkey mind taking a look at this again?

samrocketman commented Nov 30, 2017

@shiftkey mind taking a look at this again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment