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
Minimize the effect of the previous logging change so that it
applies only to posting a build status to Bitbucket Server,
not to any other kind of request.
This way, the advice can explicitly state that REPO_READ access
is needed.
// The message says "sufficient access" because it is
1084
-
// too difficult for this method to know which level
1085
-
// of access is actually needed.
1086
-
// Posting a build status requires READ access, but
1087
-
// deleting a build status requires ADMIN access.
1088
-
Stringmessage = String.format("HTTP request error.%nPlease verify that the Bitbucket user \"%s\" is granted sufficient access on the repository \"%s/%s\".%nStatus: %s%nResponse: %s%n%s",
BitbucketBuildStatusNotificationsTrait.displayName=Bitbucket build status notifications
67
67
DiscardOldBranchTrait.displayName=Discard branch older than given days
68
+
BitbucketServerAPIClient.adviceForBuildStatusError=Please verify that the Bitbucket user "{0}" is granted REPO_READ access on the repository "{1}/{2}".
0 commit comments