db3388688a
A "soft" dependency can be used to indicate that a job must run after another completes, but only if it runs at all. For example, a deployment job which depends on a build job with different file matcher criteria. Change-Id: I4d7fc2b40942569323da273c4529fdb365a3b11a
9 lines
345 B
YAML
9 lines
345 B
YAML
---
|
|
features:
|
|
- The :attr:`job.dependencies` attribute may now be used to express
|
|
"soft" dependencies -- that is, to indicate a job should run
|
|
after another completes, but only if it runs at all. For example,
|
|
a deployment job which should always run, but depends on a build
|
|
job which only runs if the source code is changed.
|
|
|