Skip to content

Commit 69c30a6

Browse files
committed
AG-50920 Remove webhook notifications from all Bamboo build specifications [vscode-adblock-syntax]
Squashed commit of the following: commit b3cc801 Author: scripthunter7 <d.tota@adguard.com> Date: Fri Feb 13 18:36:27 2026 +0100 Remove webhook notifications from all Bamboo build specifications
1 parent 6bdac78 commit 69c30a6

5 files changed

Lines changed: 3 additions & 64 deletions

File tree

bamboo-specs/build-prerelease.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,7 @@ branches:
123123
delete: never
124124
link-to-jira: true
125125

126-
notifications:
127-
- events:
128-
- plan-status-changed
129-
recipients:
130-
- webhook:
131-
name: Build webhook
132-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
133126
labels: []
127+
134128
other:
135129
concurrent-build-plugin: system-default

bamboo-specs/build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,7 @@ branches:
123123
delete: never
124124
link-to-jira: true
125125

126-
notifications:
127-
- events:
128-
- plan-status-changed
129-
recipients:
130-
- webhook:
131-
name: Build webhook
132-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
133126
labels: []
127+
134128
other:
135129
concurrent-build-plugin: system-default

bamboo-specs/deploy-prerelease.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ marketplace.visualstudio.com:
4949
- "./bamboo-specs/scripts/cleanup.sh"
5050
requirements:
5151
- extension: 'true'
52-
notifications:
53-
- events:
54-
- deployment-started-and-finished
55-
recipients:
56-
- webhook:
57-
name: Deploy webhook
58-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
5952

6053
open-vsx.org:
6154
docker:
@@ -96,13 +89,6 @@ open-vsx.org:
9689
- "./bamboo-specs/scripts/cleanup.sh"
9790
requirements:
9891
- extension: 'true'
99-
notifications:
100-
- events:
101-
- deployment-started-and-finished
102-
recipients:
103-
- webhook:
104-
name: Deploy webhook
105-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
10692

10793
GitHub:
10894
triggers: []
@@ -136,10 +122,3 @@ GitHub:
136122
final-tasks: []
137123
requirements:
138124
- extension: 'true'
139-
notifications:
140-
- events:
141-
- deployment-started-and-finished
142-
recipients:
143-
- webhook:
144-
name: Deploy webhook
145-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo

bamboo-specs/deploy.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ marketplace.visualstudio.com:
4949
- "./bamboo-specs/scripts/cleanup.sh"
5050
requirements:
5151
- extension: 'true'
52-
notifications:
53-
- events:
54-
- deployment-started-and-finished
55-
recipients:
56-
- webhook:
57-
name: Deploy webhook
58-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
5952

6053
open-vsx.org:
6154
docker:
@@ -96,13 +89,6 @@ open-vsx.org:
9689
- "./bamboo-specs/scripts/cleanup.sh"
9790
requirements:
9891
- extension: 'true'
99-
notifications:
100-
- events:
101-
- deployment-started-and-finished
102-
recipients:
103-
- webhook:
104-
name: Deploy webhook
105-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
10692

10793
GitHub:
10894
triggers: []
@@ -136,10 +122,3 @@ GitHub:
136122
final-tasks: []
137123
requirements:
138124
- extension: 'true'
139-
notifications:
140-
- events:
141-
- deployment-started-and-finished
142-
recipients:
143-
- webhook:
144-
name: Deploy webhook
145-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo

bamboo-specs/test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,7 @@ branches:
245245
after-inactive-days: '5'
246246
link-to-jira: true
247247

248-
notifications:
249-
- events:
250-
- plan-status-changed
251-
recipients:
252-
- webhook:
253-
name: Build webhook
254-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
255-
256248
labels: []
249+
257250
other:
258251
concurrent-build-plugin: system-default

0 commit comments

Comments
 (0)