Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
mention recurive Job Defs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 15, 2016
1 parent f6f4311 commit c1fef94
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions manuals/en/main/director-resource-job-definitions.tex
Expand Up @@ -260,15 +260,18 @@
\linkResourceDirective{Dir}{Job}{Incremental Max Runtime}
}

\defDirective{Dir}{Job}{Job Defs}{}{}{
If a Job Defs resource name is specified, all the values contained in the
named JobDefs resource will be used as the defaults for the current Job.
\defDirective{Dir}{Job}{Job Defs}{}{}{%
If a \ilink{Job Defs}{DirectorResourceJobDefs} resource name is specified,
all the values contained in the
named \ilink{Job Defs}{DirectorResourceJobDefs} resource will be used as the defaults for the current Job.
Any value that you explicitly define in the current Job resource, will
override any defaults specified in the JobDefs resource. The use of
override any defaults specified in the \ilink{Job Defs}{DirectorResourceJobDefs} resource.
The use of
this directive permits writing much more compact Job resources where the
bulk of the directives are defined in one or more JobDefs. This is
particularly useful if you have many similar Jobs but with minor
bulk of the directives are defined in one or more \ilink{Job Defs}{DirectorResourceJobDefs}.
This is particularly useful if you have many similar Jobs but with minor
variations such as different Clients.
To structure the configuration even more, \ilink{Job Defs}{DirectorResourceJobDefs} themselves can also refer to other \ilink{Job Defs}{DirectorResourceJobDefs}.
}

\defDirective{Dir}{Job}{Job To Verify}{}{}{
Expand Down

0 comments on commit c1fef94

Please sign in to comment.