8000 It's not just credentials we are testing · github-cloud/github-plugin@fac0f8f · GitHub
[go: up one dir, main page]

Skip to content

Commit fac0f8f

Browse files
committed
It's not just credentials we are testing
It's also API endpoint.
1 parent d4a13b3 commit fac0f8f

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ f.entry(title: _("Credentials"), field: "credentialsId") {
1616

1717
f.block() {
1818
f.validateButton(
19-
title: _("Verify credentials"),
20-
progress: _("Verifying..."),
19+
title: _("Test connection"),
20+
progress: _("Testing..."),
2121
method: "verifyCredentials",
2222
with: "apiUrl,credentialsId,clientCacheSize"
2323
)

0 commit comments

Comments
 (0)
0