Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:jenkins [2016/09/01 19:24] – [Jenkins] yehudakb:jenkins [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 2: Line 2:
 ===== Jenkins git ignore ===== ===== Jenkins git ignore =====
 <code> <code>
-builds+.m2
-workspace+.ivy2
-lastStable +.sbt/ 
-lastSuccessful +.ssh/ 
-nextBuildNumber +.emacs.d/ 
-modules/+logs/ 
 +nodes/ 
 +.gitconfig 
 +.viminfo 
 +.bash_history 
 +log
 *.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> </code>
  
kb/jenkins.1472757846.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0