-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: include/exclude branches of multi-branch pipelines
Closes #246
- Loading branch information
Showing
5 changed files
with
84 additions
and
1 deletion.
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
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
10 changes: 10 additions & 0 deletions
10
...om/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/help-excludeBranches.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,10 @@ | ||
<div> | ||
<p> | ||
The Exclude Branches setting controls which branches of a multi-branch build to hide. | ||
If set, branches whose names match the value will be excluded, even if they match the Include Branches setting. | ||
If not set, no branches are excluded. | ||
</p> | ||
<p> | ||
Matching is done by treating the value as an unanchored regular expression. | ||
</p> | ||
</div> |
9 changes: 9 additions & 0 deletions
9
...om/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/help-includeBranches.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,9 @@ | ||
<div> | ||
<p> | ||
The Include Branches setting controls which branches of a multi-branch build to include on the screen. | ||
If set, only branches whose names match the value will be included. If not set, all branches are included. | ||
</p> | ||
<p> | ||
Matching is done by treating the value as an unanchored regular expression. | ||
</p> | ||
</div> |