LoginSignup
10
9

More than 5 years have passed since last update.

Jenkins 用 .gitignore

Posted at

Jenkins の設定を git で管理するため試行錯誤してできた .gitignore。
パスワード周りやビルドの成果物が入らないようにしているので、そのままでは使えないと思うけど参考までに。

# Jenkins

/.owner
/envInject.xml
/hudson.tasks.Mailer.xml
/identity.key
/jenkins.model.JenkinsLocationConfiguration.xml
/queue.xml
/secret.key*

/fingerprints/
/jenkins.security.RekeySecretAdminMonitor/
/logs/
/plugins/*/
/secrets/
/updates/

# Job

lastStable
lastSuccessful
nextBuildNumber

axis-*/
builds/
modules/
workspace*/
10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9