Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kb:jenkins [2015/12/04 09:13] – created yehudakb:jenkins [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Jenkins ====== ====== Jenkins ======
 +===== Jenkins git ignore =====
 +<code>
 +.m2/
 +.ivy2/
 +.sbt/
 +.ssh/
 +.emacs.d/
 +logs/
 +nodes/
 +.gitconfig
 +.viminfo
 +.bash_history
 +log
 +*.log
 +*.tmp
 +*.old
 +*.bak
 +*.jar
 +*.swp
 +.owner
 +terracotta/
 +updates/
 +fingerprints/
 +config-history/
 +# Only get the config.xml from any Jobs directory
 +jobs/*/builds
 +jobs/*/modules
 +jobs/*/htmlreports
 +jobs/*/last*
 +jobs/*/next*
 +jobs/*/*.csv
 +jobs/*/*.txt
 +jobs/*/*.log
 +jobs/*/workspace
 +jobs/*/modules
 +# Process jobs that exist in folders
 +jobs/**/jobs/*/builds
 +jobs/**/jobs/*/modules
 +jobs/**/jobs/*/htmlreports
 +jobs/**/jobs/*/last*
 +jobs/**/jobs/*/next*
 +jobs/**/jobs/*/*.csv
 +jobs/**/jobs/*/*.txt
 +jobs/**/jobs/*/*.log
 +jobs/**/jobs/*/workspace
 +jobs/**/jobs/*/modules
 +# More files
 +war
 +workspace
 +secrets
 +users
 +secret.key*
 +identity.key
 +plugins/*/
 +# Contains local info and secrets; don’t want this in Git
 +jenkins.model.JenkinsLocationConfiguration.xml
 +jenkins.mvn.GlobalMavenConfig.xml
 +credentials.xml
 +hudson.scm.CVSSCM.xml
 +</code>
 +
 ===== PHP Plugins ===== ===== PHP Plugins =====
  
kb/jenkins.1449220395.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0