Skip to content

Commit

Permalink
Casing for GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjstyle committed Jan 4, 2017
1 parent a6d206a commit 5af2e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ f.advanced() {
f.entry(field: "orgslist", title: _("List of organizations. Their members will be whitelisted.")) {
f.textarea()
}
f.entry(field: "blackListLabels", title: _("List of github labels for which the build should not be triggered.")) {
f.entry(field: "blackListLabels", title: _("List of GitHub labels for which the build should not be triggered.")) {
f.textarea()
}
f.entry(field: "whiteListLabels", title: _("List of github labels for which the build should only be triggered. (Leave blank for 'any')")) {
f.entry(field: "whiteListLabels", title: _("List of GitHub labels for which the build should only be triggered. (Leave blank for 'any')")) {
f.textarea()
}
f.entry(field: "allowMembersOfWhitelistedOrgsAsAdmin", title: "Allow members of whitelisted organizations as admins") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ f.section(title: descriptor.displayName) {
f.entry(field: "cron", title: _("Crontab line"), help: "/descriptor/hudson.triggers.TimerTrigger/help/spec") {
f.textbox(default: "H/5 * * * *", checkUrl: "'descriptorByName/hudson.triggers.TimerTrigger/checkSpec?value=' + encodeURIComponent(this.value)")
}
f.entry(field: "blackListLabels", title: _("List of github labels for which the build should not be triggered.")) {
f.entry(field: "blackListLabels", title: _("List of GitHub labels for which the build should not be triggered.")) {
f.textarea()
}
f.entry(field: "whiteListLabels", title: _("List of github labels for which the build should only be triggered. (Leave blank for 'any')")) {
f.entry(field: "whiteListLabels", title: _("List of GitHub labels for which the build should only be triggered. (Leave blank for 'any')")) {
f.textarea()
}
}
Expand Down

0 comments on commit 5af2e04

Please sign in to comment.