Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
7 additions
and 7 deletions.
- +1 −1 stm/src/main/resources/index.jelly
- +1 −1 ...flow/support/steps/ExecutorStepExecution/PlaceholderTask/PlaceholderExecutable/executorCell.jelly
- +2 −2 .../main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-job.html
- +3 −3 ...main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
@@ -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> |