Command rjda
NAME
Command rjda :: Ref Job Dep Add
SYNOPSIS
rjda RefName TaskName JobBeforeName JobAfterName [type]
DESCRIPTION
The rjda
is use to add a dependence between to jobs of a task of a
ref. The parameter are the ref name, the task name, the job witch is
waiting for, the job which must wait. The last optional parameter is the
type of dependence : `always', `onsuccess', `onerror'.
- If the type is `onsuccess', the downstream job will be started if
the upstream job was normally terminated (exitcode = 0).
- If the type is `onerror', the downstream job will be started if the
upstream job was aborted (exitcode != 0).
- If the type is `always', the downstream job will always be started.
ACCESS CONTROL
This function requires the `admin' privilege for the
`referential' command family.
SEE ALSO
This document was generated
by dom on September, 11 2005
using texi2html