diff --git a/bamboo-specs/adguard-api-mv3-build.yaml b/bamboo-specs/adguard-api-mv3-build.yaml new file mode 100644 index 000000000..8a3688f5a --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-build.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: ADGUARDAPIMV3BUILD + name: Adguard API MV3 - build \ No newline at end of file diff --git a/bamboo-specs/adguard-api-mv3-deploy.yaml b/bamboo-specs/adguard-api-mv3-deploy.yaml new file mode 100644 index 000000000..e30f7a849 --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-deploy.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +deployment: + name: Adguard API MV3 - deploy + source-plan: AJL-ADGUARDAPIMV3BUILD +release-naming: ${bamboo.inject.version} \ No newline at end of file diff --git a/bamboo-specs/adguard-api-mv3-increment.yaml b/bamboo-specs/adguard-api-mv3-increment.yaml new file mode 100644 index 000000000..64b28cf36 --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-increment.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: ADGUARDAPIMV3INCREMENT + name: Adguard API MV3 - increment \ No newline at end of file diff --git a/bamboo-specs/bamboo.yaml b/bamboo-specs/bamboo.yaml index 951d9c44b..d88b3dcd6 100644 --- a/bamboo-specs/bamboo.yaml +++ b/bamboo-specs/bamboo.yaml @@ -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' \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-build.yaml b/bamboo-specs/dnr-rulesets-build.yaml new file mode 100644 index 000000000..c5e185d52 --- /dev/null +++ b/bamboo-specs/dnr-rulesets-build.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: DNRRULESETSBUILD + name: DNR Rulesets - build \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-deploy.yaml b/bamboo-specs/dnr-rulesets-deploy.yaml new file mode 100644 index 000000000..5daa94343 --- /dev/null +++ b/bamboo-specs/dnr-rulesets-deploy.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +deployment: + name: DNR Rulesets - deploy + source-plan: AJL-DNRRULESETSBUILD +release-naming: ${bamboo.inject.version} \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-increment.yaml b/bamboo-specs/dnr-rulesets-increment.yaml new file mode 100644 index 000000000..284c4d68e --- /dev/null +++ b/bamboo-specs/dnr-rulesets-increment.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: DNRRULESETSINCREMENT + name: DNR Rulesets - increment \ No newline at end of file diff --git a/bamboo-specs/examples-adguard-api-mv3-tests.yaml b/bamboo-specs/examples-adguard-api-mv3-tests.yaml new file mode 100644 index 000000000..e3a508c40 --- /dev/null +++ b/bamboo-specs/examples-adguard-api-mv3-tests.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: AGAPIEXMV3TEST + name: examples-adguard-api-mv3 - tests \ No newline at end of file