-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from tatchi/fix-pipeline-url
fix link to pipeline when using buildkite
- Loading branch information
Showing
2 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -434,7 +434,7 @@ will notify #longest-a1 | |
will notify #id[[email protected]] | ||
{ | ||
"channel": "id[[email protected]]", | ||
"text": "<https://github.com/ahrefs/monorepo|[ahrefs/monorepo]> CI Build Status notification for <https://buildkite.com/org/pipeline2/builds/2|buildkite/pipeline2>: failure", | ||
"text": "<https://buildkite.com/org/pipeline2|[buildkite/pipeline2]>: Build failed for \"Update README.md\"", | ||
"attachments": [ | ||
{ | ||
"fallback": null, | ||
|
@@ -453,7 +453,7 @@ will notify #id[[email protected]] | |
will notify #default | ||
{ | ||
"channel": "default", | ||
"text": "<https://github.com/ahrefs/monorepo|[ahrefs/monorepo]> CI Build Status notification for <https://buildkite.com/org/pipeline2/builds/2|buildkite/pipeline2>: failure", | ||
"text": "<https://buildkite.com/org/pipeline2|[buildkite/pipeline2]>: Build failed for \"Update README.md\"", | ||
"attachments": [ | ||
{ | ||
"fallback": null, | ||
|
@@ -477,7 +477,7 @@ will notify #default | |
will notify #default | ||
{ | ||
"channel": "default", | ||
"text": "<https://github.com/Codertocat/Hello-World|[Codertocat/Hello-World]> CI Build Status notification: success", | ||
"text": "<https://github.com/Codertocat/Hello-World|[Codertocat/Hello-World]> CI Build Status notification: succeeded", | ||
"attachments": [ | ||
{ | ||
"fallback": null, | ||
|
@@ -496,7 +496,7 @@ will notify #default | |
will notify #all-push-events | ||
{ | ||
"channel": "all-push-events", | ||
"text": "<https://github.com/ahrefs/monorepo|[ahrefs/monorepo]> CI Build Status notification for <https://buildkite.com/org/pipeline2/builds/2|buildkite/pipeline2>: success", | ||
"text": "<https://buildkite.com/org/pipeline2|[buildkite/pipeline2]>: Build succeeded for \"Update README.md\"", | ||
"attachments": [ | ||
{ | ||
"fallback": null, | ||
|
@@ -516,7 +516,7 @@ will notify #all-push-events | |
will notify #default | ||
{ | ||
"channel": "default", | ||
"text": "<https://github.com/ahrefs/monorepo|[ahrefs/monorepo]> CI Build Status notification for <https://buildkite.com/org/pipeline2/builds/2|buildkite/pipeline2>: success", | ||
"text": "<https://buildkite.com/org/pipeline2|[buildkite/pipeline2]>: Build succeeded for \"Update README.md\"", | ||
"attachments": [ | ||
{ | ||
"fallback": null, | ||
|