Skip to content

Commit 2d46ab6

Browse files
committed
Pull request 788: AG-50920 Remove webhook notifications from all bamboo build specifications
Squashed commit of the following: commit 12b87b9 Author: Maxim Topciu <mtopciu@adguard.com> Date: Thu Feb 19 22:01:18 2026 +0200 AG-50920 Remove webhook notifications from all bamboo build specifications
1 parent a7d035c commit 2d46ab6

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

bamboo-specs/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ branches:
6666
delete: never
6767
link-to-jira: true
6868

69-
notifications:
70-
- events:
71-
- plan-status-changed
72-
recipients:
73-
- webhook:
74-
name: Build webhook
75-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
76-
7769
labels: []
7870

7971
other:

bamboo-specs/deploy.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ npmjs: &npmjs
7171
commitMessage: 'deploy: update docs for v${bamboo.inject.version}'
7272
requirements:
7373
- extension: 'true'
74-
notifications:
75-
- events:
76-
- deployment-started-and-finished
77-
recipients:
78-
- webhook:
79-
name: Deploy webhook
80-
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
81-
8274
npmjs • alpha:
8375
<<: *npmjs
8476
variables:

bamboo-specs/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ 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: [ ]
257249
other:
258250
concurrent-build-plugin: system-default

0 commit comments

Comments
 (0)