Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 778 Bytes

File metadata and controls

14 lines (11 loc) · 778 Bytes

SeedJobsExamples

SeedJobsExamples

By defining all of your jobs and views in a DSL file or a group of DSL files you can quickly recover everything, in the event of a disaster. The DSL uses Groovy, which is based on Java.

Installing the Seed Plugin

  1. From the top menu, navigate to Jenkins > Manage Jenkins > Manage Plugins.
  2. Click the Available tab on the Plugin Manager screen.
  3. Filter the results using the keyword seed.
  4. Select the Seed Jenkins plugin from the available list of plugins.
  5. Click the Download now and install after restart button.
  6. The Seek Jenkins plugin and all of its dependencies will be installed. Refresh the screen until the installation and restart are complete. You will be logged out when Jenkins restarts.
  7. Log back into Jenkins.