-
Notifications
You must be signed in to change notification settings - Fork 149
[BEE-37070] add inline documentation for build strategies #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,8 @@ | |
| </j:if> | ||
| <j:set var="descriptors" value="${descriptor.buildStrategiesDescriptors(it,sourceDescriptor)}"/> | ||
| <j:if test="${!descriptors.isEmpty()}"> | ||
| <f:entry title="${%Build strategies}"> | ||
| <f:entry title="${%Build strategies}" field="buildStrategies"> | ||
| <f:entry title="${%Strategy}" field="strategyId"></f:entry> | ||
| <f:hetero-list name="buildStrategies" items="${instance.buildStrategies}" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The fake |
||
| descriptors="${descriptors}" | ||
| hasHeader="true" honorOrder="true"/> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| <div> | ||
| <b>Initial Index Build Prevention</b> modifies the indexing behavior so that any branches, pull requests, and tags discovered during the initial indexing create a Pipeline, but will not build it. The pipeline will remain inactive until an SCM event has been made to its corresponding branch/PR/tag. | ||
| </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, showing
branch-api-plugin/src/main/resources/jenkins/branch/BranchSource/help-buildStrategies.html
Lines 2 to 4 in 09d4261