Skip to content

Commit 8e343ac

Browse files
add build info section in manifest
Signed-off-by: ch.zhou <chong.zhou@broadcom.com>
1 parent d09b694 commit 8e343ac

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v2
126126

127127
- name: '[Prep 2] Cache node modules'
128-
uses: actions/cache@v2
128+
uses: actions/cache@v4
129129
with:
130130
# npm cache files are stored in `~/.npm` on Linux/macOS
131131
path: |

manifest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ license: EPL-2.0
1818
repository:
1919
type: git
2020
url: https://github.com/zowe/sample-angular-app.git
21+
build:
22+
branch: "{{build.branch}}"
23+
number: "{{build.number}}"
24+
commitHash: "{{build.commitHash}}"
25+
timestamp: "{{build.timestamp}}"
2126
# we do not specify encoding here because its already tagged ascii
2227
appfwPlugins:
2328
- path: .

0 commit comments

Comments
 (0)