forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-68780] Blocked upstream projects in the queue block downstre…
…am projects (jenkinsci#6675)
- Loading branch information
Showing
6 changed files
with
150 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
war/src/main/webapp/help/project-config/block-downstream-building.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<div> | ||
When this option is checked, Jenkins will prevent the project from building when a child of this project is in the queue, or building. The children include the direct as well as the transitive children. | ||
</div> | ||
<div> | ||
However, if projects are circular dependent on each other, Jenkins will break the cycle by starting with the oldest requested build from the cycle. | ||
</div> |
8 changes: 8 additions & 0 deletions
8
war/src/main/webapp/help/project-config/block-downstream-building_de.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div> | ||
Wenn angewählt, verhindert das Bauen des Projekts, solange sich ein nachgelagertes Projekt in | ||
der Build-Warteschlange befindet oder gerade gebaut wird. Dabei werden sowohl | ||
direkte als auch transitive Abhängigkeiten berücksichtigt. | ||
</div> | ||
<div> | ||
Jedoch werden Verklemmung von zirkulär abhängigen Projekten aufgelöst, indem der älteste angeforderte Build begonnen wird. | ||
</div> |
3 changes: 3 additions & 0 deletions
3
war/src/main/webapp/help/project-config/block-upstream-building.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<div> | ||
When this option is checked, Jenkins will prevent the project from building when a dependency of this project is in the queue, or building. The dependencies include the direct as well as the transitive dependencies. | ||
</div> | ||
<div> | ||
However, if projects are circular dependent on each other, Jenkins will break the cycle by starting with the oldest requested build from the cycle. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters