8000 It's no longer just updating commit status and hooks · github-cloud/github-plugin@096e911 · GitHub
[go: up one dir, main page]

Skip to content

Commit 096e911

Browse files
committed
It's no longer just updating commit status and hooks
... as this plugin is used to configure GitHub instances that other plugins will also use. description for repeatableHeteroProperty isn't all that useful anyway, because when multiple instances are configured, the description gets pushed far down and it's not clear where that text is associated with.
1 parent dc33199 commit 096e911

File tree

1 file changed

+0
-1
lines changed
  • src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig

1 file changed

+0
-1
lines changed

src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def f = namespace(lib.FormTagLib);
66

77
f.section(title: descriptor.displayName) {
88
f.entry(title: _("GitHub Servers"),
9-
description: _("List of GitHub Servers to manage hooks, set commit statuses etc."),
109
help: descriptor.getHelpFile()) {
1110

1211
f.repeatableHeteroProperty(

0 commit comments

Comments