Skip to content

Commit

Permalink
init plans for adguard api mv3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Jun 17, 2024
1 parent 775d1cc commit 84571e8
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: ADGUARDAPIMV3BUILD
name: Adguard API MV3 - build
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
deployment:
name: Adguard API MV3 - deploy
source-plan: AJL-ADGUARDAPIMV3BUILD
release-naming: ${bamboo.inject.version}
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-increment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: ADGUARDAPIMV3INCREMENT
name: Adguard API MV3 - increment
21 changes: 21 additions & 0 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,24 @@

---
!include 'examples-tswebextension-mv3-tests.yaml'

---
!include 'adguard-api-mv3-build.yaml'

---
!include 'adguard-api-mv3-deploy.yaml'

---
!include 'adguard-api-mv3-increment.yaml'

---
!include 'dnr-rulesets-build.yaml'

---
!include 'dnr-rulesets-deploy.yaml'

---
!include 'dnr-rulesets-increment.yaml'

---
!include 'examples-adguard-api-mv3-tests.yaml'
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: DNRRULESETSBUILD
name: DNR Rulesets - build
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
deployment:
name: DNR Rulesets - deploy
source-plan: AJL-DNRRULESETSBUILD
release-naming: ${bamboo.inject.version}
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-increment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: DNRRULESETSINCREMENT
name: DNR Rulesets - increment
6 changes: 6 additions & 0 deletions bamboo-specs/examples-adguard-api-mv3-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: AGAPIEXMV3TEST
name: examples-adguard-api-mv3 - tests

0 comments on commit 84571e8

Please sign in to comment.