@@ -40,9 +40,10 @@ static.adtidy.org:
4040 ./bamboo-deploy-publisher/deploy.sh firefox-extension-release
4141 final-tasks : []
4242 variables : {}
43- requirements :
43+ requirements : &requirements
4444 - adg-docker : ' true'
45- notifications :
45+ - extension : ' true'
46+ notifications : ¬ifications
4647 - events :
4748 - deployment-started-and-finished
4849 recipients :
@@ -77,15 +78,8 @@ Chrome WebStore MV2:
7778 ./bamboo-deploy-publisher/deploy.sh browser-extension-webstore-release-mv2
7879 final-tasks : []
7980 variables : {}
80- requirements :
81- - adg-docker : ' true'
82- notifications :
83- - events :
84- - deployment-started-and-finished
85- recipients :
86- - webhook :
87- name : Deploy webhook
88- url : http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa-extensions-builds
81+ requirements : *requirements
82+ notifications : *notifications
8983
9084Chrome WebStore MV3 :
9185 triggers : []
@@ -114,15 +108,8 @@ Chrome WebStore MV3:
114108 ./bamboo-deploy-publisher/deploy.sh browser-extension-webstore-release
115109 final-tasks : []
116110 variables : {}
117- requirements :
118- - adg-docker : ' true'
119- notifications :
120- - events :
121- - deployment-started-and-finished
122- recipients :
123- - webhook :
124- name : Deploy webhook
125- url : http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa-extensions-builds
111+ requirements : *requirements
112+ notifications : *notifications
126113
127114Addons Mozilla :
128115 triggers : []
@@ -152,15 +139,8 @@ Addons Mozilla:
152139 ./bamboo-deploy-publisher/deploy.sh browser-extension-amo
153140 final-tasks : []
154141 variables : {}
155- requirements :
156- - adg-docker : ' true'
157- notifications :
158- - events :
159- - deployment-started-and-finished
160- recipients :
161- - webhook :
162- name : Deploy webhook
163- url : http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa-extensions-builds
142+ requirements : *requirements
143+ notifications : *notifications
164144
165145Edge Addons :
166146 triggers : []
@@ -189,15 +169,8 @@ Edge Addons:
189169 ./bamboo-deploy-publisher/deploy.sh browser-extension-edge
190170 final-tasks : []
191171 variables : {}
192- requirements :
193- - adg-docker : ' true'
194- notifications :
195- - events :
196- - deployment-started-and-finished
197- recipients :
198- - webhook :
199- name : Deploy webhook
200- url : http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa-extensions-builds
172+ requirements : *requirements
173+ notifications : *notifications
201174
202175GitHub :
203176 triggers : []
@@ -232,12 +205,5 @@ GitHub:
232205 ./bamboo-deploy-publisher/deploy.sh browser-extension-github-release
233206 final-tasks : []
234207 variables : {}
235- requirements :
236- - adg-docker : ' true'
237- notifications :
238- - events :
239- - deployment-started-and-finished
240- recipients :
241- - webhook :
242- name : Deploy webhook
243- url : http://prod.jirahub.service.eu.consul/v1/webhook/bamboo?channel=adguard-qa-extensions-builds
208+ requirements : *requirements
209+ notifications : *notifications
0 commit comments