Skip to content

Commit

Permalink
Merge pull request #40 from jbarmash/master
Browse files Browse the repository at this point in the history
Update README.md - added some text for additional clarity about how to use the plugin.
  • Loading branch information
JoelJ committed Jan 27, 2015
2 parents e9f074d + b2d6f53 commit 97610a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ A template can be a fully runnable job in its own right or left disabled and use

Using a Template
================
Any Jenkins job can inherit from a template of the same job type
Any Jenkins job can inherit from a template of the same job type. The same job type is important, for example, if your template's job type is maven, then the new job type should also be maven.
* Select "Use another job as a template" and enter the template's name
* Ensure "Allow this job to be used as a template" is _not_ checked
* Click Apply.
* Click Apply. When you open the job after this, you will see the configuration copied in from the template. On the lower left, there will be a warning in red that this is job is controlled by the template.

How it works
============
Expand Down

0 comments on commit 97610a0

Please sign in to comment.