Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-31153] More references were replaced
Originally-Committed-As: e26b879008e27e7e6bdc719e8bbee2f31d1b6339
- Loading branch information
Showing
with
5 additions
and 5 deletions.
@@ -1,7 +1,7 @@ | ||
<div> | ||
Name of a downstream job to build. | ||
May be another Workflow job, but more commonly a freestyle or other project. | ||
Use a simple name if the job is in the same folder as this upstream workflow job; | ||
May be another Pipeline job, but more commonly a freestyle or other project. | ||
Use a simple name if the job is in the same folder as this upstream Pipeline job; | ||
otherwise can use relative paths like <code>../sister-folder/downstream</code> | ||
or absolute paths like <code>/top-level-folder/nested-folder/downstream</code>. | ||
</div> |