configuration-as-code-plugin/demos/jenkins
Andrew Bayer 7ad13d8618 Switch all passwords in tests and examples to use secrets.
I just feel dirty looking at examples or tests and seeing cleartext
passwords, so hey. =)

Also fixed a link in `IMPLEMENTATION.md`.
2018-02-05 10:50:49 +01:00
..
README.md documentation updates (demos, contributors, etc) 2018-02-02 15:11:55 +01:00
jenkins.yaml Switch all passwords in tests and examples to use secrets. 2018-02-05 10:50:49 +01:00

README.md

configure jenkins

Basic Jenkins configuration under Configure System, which is not a part of any plugin

Many of the plugins are actually configured in the same section, so to configure them you'll put their configuration also under jenkins root element - details in plugin specific subfolders.

jenkins.yaml file is an example of configuration file with Jenkins and a number of plugins configured.

sample configuration

jenkins:
  systemMessage: "Jenkins configured automatically by Jenkins Configuration as Code Plugin\n\n"
  numExecutors: 5
  scmCheckoutRetryCount: 2
  mode: NORMAL
  scmCheckoutRetryCount: 4

implementation note

Example above is only a subset of commonly used settings, full list available in generated documentation