add build info section in manifest#111
add build info section in manifest#111ChongZhou-Broadcom wants to merge 1 commit intov3.x/stagingfrom
Conversation
e7f16fd to
34dfdce
Compare
1000TurquoisePogs
left a comment
There was a problem hiding this comment.
This does not work.
The output produces a manifest which says
build:
branch: "{{build.branch}}"
number: "{{build.number}}"
commitHash: "{{build.commitHash}}"
timestamp: {{build.timestamp}}
That is, the templates are not filled in.
This is because the github workflow probably does not do anything with that information.
|
@1000TurquoisePogs
The templates are not filled in because no new package was created at all. I tried to run the workflow but it no longer works for v3.x-based branches. It does not work for this PR, and it not work for I tried to fix it but it seems to need some bigger updates. I am not a web GUI developer so I have to create an issue and wait for experienced guys to fix it. So we will have to put this PR on hold for now. Once |
Signed-off-by: ch.zhou <chong.zhou@broadcom.com>
34dfdce to
286bb30
Compare
db93371 to
286bb30
Compare
Proposed changes
This PR addresses Issue: [Link to Github issue within https://github.com/zowe/zlux/issues if any]
n/a
This PR depends upon the following PRs:
zowe-actions/zlux-builds/pull/45
Type of change
Please delete options that are not relevant.
PR Checklist
Please delete options that are not relevant.
n/a)n/a)n/a)n/a)n/a)Testing
n/a
Further comments
The fix enables the zowe-actions/zlux-builds/plugins/prepare-workflow to generate build information in the manifest.yaml.
VERSION: 2.0.2
CHANGELOG: Bugfix: Generate build information in manifest.