update docs with requirements for plugins (#869)
This commit is contained in:
parent
c0d12350b8
commit
4751011504
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue