From 5d89403dd1d46a64b1db5c53ff93dfc47ef2222a Mon Sep 17 00:00:00 2001 From: Nick Cacace Date: Fri, 26 Jan 2018 15:46:27 -0500 Subject: [PATCH] Fix broken link to StashNotifier Plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c699667..294ba607 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ fi ``` ## Notify Stash of build result -If you are using the [StashNotifier plugin](https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin) and have enabled the 'Notify Stash Instance' Post-build Action while building the merged PR, you need to set `${sourceCommitHash}` as Commit SHA-1 to record the build result against the source commit. +If you are using the [StashNotifier plugin](https://wiki.jenkins.io/display/JENKINS/Bitbucket+%28Stash%29+Notifier+Plugin) and have enabled the 'Notify Stash Instance' Post-build Action while building the merged PR, you need to set `${sourceCommitHash}` as Commit SHA-1 to record the build result against the source commit. ## Rerun test builds