Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Removed root url
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Jun 23, 2019
1 parent 42efb9d commit 6339beb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,12 @@ private DiscordEmbedField[] buildFieldsForRunningBuild(SRunningBuild sRunningBui
public void notifyBuildStarted(@NotNull SRunningBuild sRunningBuild, @NotNull Set<SUser> users) {
String title = "Build started";
String description = "A build with the ID " + sRunningBuild.getBuildId() + " has been started!";
String url = this.sBuildServer.getRootUrl();
DiscordWebHookPayload discordWebHookPayload = new DiscordWebHookPayload();
discordWebHookPayload.setEmbeds(new DiscordEmbed[]{
new DiscordEmbed(
title,
description,
url,
"",
DiscordEmbedColor.BLUE,
null,
null,
Expand Down

0 comments on commit 6339beb

Please sign in to comment.