Skip to content

Commit de40d32

Browse files
committed
Pull request 30: AG-50920 Remove webhook notifications from all bamboo build specifications
Squashed commit of the following: commit 05a344b Author: Maxim Topciu <mtopciu@adguard.com> Date: Fri Feb 20 08:04:27 2026 +0200 AG-50920 Remove webhook notifications from all bamboo build specifications
1 parent 09ca654 commit de40d32

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

bamboo-specs/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ branches:
100100
delete: never
101101
link-to-jira: true
102102

103-
notifications:
104-
- events:
105-
- plan-status-changed
106-
recipients:
107-
- webhook:
108-
name: Build webhook
109-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
110-
111103
labels: []
112104

113105
other:

bamboo-specs/deploy.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ npmjs:
3434
npm publish dead-domains-linter.tgz --access public
3535
requirements:
3636
- adg-docker: "true"
37-
notifications:
38-
- events:
39-
- deployment-started-and-finished
40-
recipients:
41-
- webhook:
42-
name: Deploy webhook
43-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo

bamboo-specs/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ branches:
6363
after-inactive-days: "5"
6464
link-to-jira: true
6565

66-
notifications:
67-
- events:
68-
- plan-status-changed
69-
recipients:
70-
- webhook:
71-
name: Build webhook
72-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
73-
7466
labels: []
7567
other:
7668
concurrent-build-plugin: system-default

0 commit comments

Comments
 (0)