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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ THE SOFTWARE.
46
46
<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}">
47
47
<f:checkboxdefault="false"/>
48
48
</f:entry>
49
-
<f:entryfield="traceBRANCH_NAME"title="${%Request tracing of 'libname@${BRANCH_NAME}' resolution into build log}">
49
+
<f:entryfield="traceDefaultedVersion"title="${%Request tracing of 'libname@${BRANCH_NAME}' resolution into build log}">
50
50
<f:checkboxdefault="false"/>
51
51
</f:entry>
52
52
<f:entryfield="includeInChangesets"title="${%Include @Library changes in job recent changes}">
0 commit comments