Skip to content

Commit

Permalink
BitbucketHookReceiver - fixed as suggest by sitUboo in PR 61
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachs committed Aug 4, 2020
1 parent 22d1e14 commit a8aba1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ public void doIndex(StaplerRequest req) throws IOException {

payloadProcessor.processPayload(payload, req);
} else {
LOGGER.log(Level.WARNING, "The Jenkins job cannot be triggered. You might no have configured correctly the WebHook on BitBucket with the last slash `http://<JENKINS-URL>/bitbucket-hook/`");
LOGGER.log(Level.WARNING, "The Jenkins job cannot be triggered. You might not have configured correctly the WebHook on BitBucket with the last slash `http://<JENKINS-URL>/bitbucket-hook/` or a 'Test connection' invocation of the hook was triggered.");
}

}

0 comments on commit a8aba1d

Please sign in to comment.