I just feel dirty looking at examples or tests and seeing cleartext passwords, so hey. =) Also fixed a link in `IMPLEMENTATION.md`. |
||
|---|---|---|
| .. | ||
| README.md | ||
| jenkins.yaml | ||
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