remove support plugin reference for seed job doc (#988)

* update reference for seed job

* Update docs/seed-jobs.md

Co-Authored-By: Tim Jacomb <t.jacomb@kainos.com>

* Update docs/seed-jobs.md
This commit is contained in:
Joseph Petersen 2019-08-20 12:54:13 +02:00 committed by Oleg Nenashev
parent be89a815ce
commit 466163288f
1 changed files with 1 additions and 3 deletions

View File

@ -3,11 +3,9 @@
Requires `job-dsl` >= 1.74
Configuration is not just about setting up Jenkins master, it's also about creating an initial set of jobs.
For this purpose, we delegate to the popular [job-dsl-plugin](https://wiki.jenkins.io/display/JENKINS/Job+DSL+Plugin)
For this purpose, we delegate to the popular [job-dsl-plugin](https://plugins.jenkins.io/job-dsl)
and run a job-dsl script to create an initial set of jobs.
Be aware that you also need [Configuration as Code Support](https://plugins.jenkins.io/configuration-as-code-support) besides [Configuration as Code](https://plugins.jenkins.io/configuration-as-code) plugin already installed, otherwise the `jobs` root element cannot be parsed.
Typical usage is to rely on a multi-branch, or organization folder job type, so further jobs will be dynamically
created. So a multi-branch seed job will prepare a master to be fully configured for CI/CD targeting a repository
or organization.