Skip to content

Commit 71c2924

Browse files
totadavid95maximtop
authored andcommitted
Pull request 75: AG-45259 Add build.txt artifact to build and deployment pipelines
Squashed commit of the following: commit 03ada4a Author: scripthunter7 <d.tota@adguard.com> Date: Mon Dec 15 14:19:53 2025 +0100 Add build.txt artifact to build and deployment pipelines - Add build.txt as shared and required artifact in build.yaml and build-prerelease.yaml - Include build.txt in artifact downloads for deploy.yaml and deploy-prerelease.yaml - Set artifact location to out directory with pattern build.txt
1 parent f66653a commit 71c2924

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

bamboo-specs/build-prerelease.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ Build:
108108
pattern: adblock.plist
109109
shared: true
110110
required: true
111+
- name: build.txt
112+
location: out
113+
pattern: build.txt
114+
shared: true
115+
required: true
111116
requirements:
112117
- adg-docker: 'true'
113118

bamboo-specs/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ Build:
108108
pattern: adblock.plist
109109
shared: true
110110
required: true
111+
- name: build.txt
112+
location: out
113+
pattern: build.txt
114+
shared: true
115+
required: true
111116
requirements:
112117
- adg-docker: 'true'
113118

bamboo-specs/deploy-prerelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ GitHub:
117117
- name: vscode-adblock.vsix
118118
- name: EXTRACTED_CHANGES.md
119119
- name: adblock.plist
120+
- name: build.txt
120121
- script:
121122
interpreter: SHELL
122123
scripts:

bamboo-specs/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ GitHub:
117117
- name: vscode-adblock.vsix
118118
- name: EXTRACTED_CHANGES.md
119119
- name: adblock.plist
120+
- name: build.txt
120121
- script:
121122
interpreter: SHELL
122123
scripts:

0 commit comments

Comments
 (0)