From b2d6f53540ff8d4c9d9d4470727fceb28e6921a6 Mon Sep 17 00:00:00 2001 From: Jean Barmash Date: Mon, 26 Jan 2015 01:35:15 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20af5e3..3787c4d 100644 --- a/README.md +++ b/README.md @@ -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 ============