Skip to content

Commit

Permalink
Replace jenkins with example.org in public facing error message. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rene00 committed Apr 19, 2022
1 parent 0377c04 commit 93b2961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class GenericWebHookRequestReceiver extends CrumbExclusion implements Unp
+ GenericTrigger.class.getSimpleName()
+ " configured! "
+ "If you are using a token, you need to pass it like ...trigger/invoke?token=TOKENHERE. "
+ "If you are not using a token, you need to authenticate like http://user:passsword@jenkins/generic-webhook... ";
+ "If you are not using a token, you need to authenticate like http://user:passsword@example.org/generic-webhook... ";
private static final String URL_NAME = "generic-webhook-trigger";
private static final Logger LOGGER =
Logger.getLogger(GenericWebHookRequestReceiver.class.getName());
Expand Down

0 comments on commit 93b2961

Please sign in to comment.