update docs with requirements for plugins (#869)

This commit is contained in:
Joseph Petersen 2019-04-30 07:20:49 +02:00 committed by Tim Jacomb
parent c0d12350b8
commit 4751011504
3 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,8 @@ A list of some of the more common credentials.
### SSH Credentials
Requires `ssh-credentials` >= 1.16
Example that uses the [SSH credentials plugin](https://plugins.jenkins.io/ssh-credentials).
As of version 1.14, it is no longer possible to load a ssh key from a file. It has been deprecated due to [CVE-2018-1000601](https://jenkins.io/security/advisory/2018-06-25/#SECURITY-440).

View File

@ -1,5 +1,7 @@
# Configure seed jobs
Requires `job-dsl` >= 1.73
As explained in [seed-jobs.md](../../docs/seed-jobs.md), `jobs` declaration is useful to create an initial set of jobs.
For now, it is using the [job-dsl-plugin](https://wiki.jenkins.io/display/JENKINS/Job+DSL+Plugin) so this plugin needs to be installed on your Jenkins instance for this sample to work.

View File

@ -1,5 +1,7 @@
# How to create initial "seed" job
Requires `job-dsl` >= 1.73
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)
and run a job-dsl script to create an initial set of jobs.