You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/org/jenkinsci/plugins/workflow/libs/LibraryConfiguration/config.jelly
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ THE SOFTWARE.
40
40
<f:entryfield="allowBRANCH_NAME"title="${%Allow literal use of @Library 'libname@$${BRANCH_NAME}' in pipeline scripts from SCM; falls back to default version if BRANCH_NAME is not available or not found}">
41
41
<f:checkboxdefault="false"/>
42
42
</f:entry>
43
+
<f:entryfield="allowBRANCH_NAME_PR"title="${%If you allow literal use of @Library 'libname@$${BRANCH_NAME}' above, you can also allow fallback to CHANGE_BRANCH and/or CHANGE_TARGET for pull request builds}">
44
+
<f:checkboxdefault="false"/>
45
+
</f:entry>
43
46
<f:entryfield="includeInChangesets"title="${%Include @Library changes in job recent changes}">
0 commit comments