Skip to content

Commit 70b029c

Browse files
committed
LibraryConfiguration/config.jelly: update comment for allowVersionOverride field
1 parent dea552f commit 70b029c

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/workflow/libs/LibraryConfiguration

1 file changed

+1
-1
lines changed

src/main/resources/org/jenkinsci/plugins/workflow/libs/LibraryConfiguration/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ THE SOFTWARE.
3434
<f:entry field="implicit" title="${%Load implicitly}">
3535
<f:checkbox/>
3636
</f:entry>
37-
<f:entry field="allowVersionOverride" title="${%Allow default version to be overridden}">
37+
<f:entry field="allowVersionOverride" title="${%Allow default version to be overridden by a fixed string - branch name etc.}">
3838
<f:checkbox default="true"/>
3939
</f:entry>
4040
<f:entry field="allowVersionEnvvar" title="${%Allow literal use of @Library 'libname@${env.VARNAME}' pattern in pipeline scripts; falls back to default version if such custom VARNAME is not available among environment variables for the build or not found as branch name in SCM}">

0 commit comments

Comments
 (0)