Skip to content
This repository was archived by the owner on Nov 17, 2018. It is now read-only.

Commit e40a69d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7cbd570 + c4ed5b8 commit e40a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nz/co/jammehcow/jenkinsdiscord/WebhookPublisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public boolean perform(AbstractBuild build, Launcher launcher, BuildListener lis
5555

5656
for (Object a : build.getArtifacts()) {
5757
Run.Artifact artifact = (Run.Artifact) a;
58-
artifacts.append(" - ").append(globalConfig.getUrl()).append(artifact.getHref()).append("\n");
58+
artifacts.append(" - ").append(globalConfig.getUrl()).append(build.getUrl()).append("artifact/").append(artifact.getHref()).append("\n");
5959
}
6060

6161
boolean buildStatus = build.getResult().isBetterOrEqualTo(Result.SUCCESS);

0 commit comments

Comments
 (0)