Skip to content

Commit

Permalink
Fix default avatar url (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jan 30, 2022
1 parent 21fdd08 commit 893fce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ enum StatusColor {
this.webhookUrl = url;
this.obj = new JSONObject();
this.obj.put("username", "Jenkins");
this.obj.put("avatar_url", "https://wiki.jenkins-ci.org/download/attachments/2916393/headshot.png");
this.obj.put("avatar_url", "https://get.jenkins.io/art/jenkins-logo/1024x1024/headshot.png");
this.embed = new JSONObject();
this.fields = new JSONArray();
}
Expand Down

0 comments on commit 893fce1

Please sign in to comment.