You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
bedrock user, but not necessarily a bedrock cli user
I want:
To be able to invoke a script to add an "hld-update" stage to existing pipelines yaml files.
So that:
I can bring my own custom build pipeline that produces a docker image pushed to a registry that I can use to update my HLD
Describe the solution you'd like:
A tool or script that accepts a path to an azure yaml file as a parameter that simply injects a stage to the pipelines yaml that updates a bedrock HLD repository with an image tag for a newly build service.
Acceptance Criteria:
Any such tool or script must be able to take an azure pipelines yaml file and inject a default build stage into it that will update an HLD repository. This "default" build stage does not need to be valid - and any number of warnings to let the user know of this should suffice.
The steps following are the hld update stage verbatim from fileutilts.ts in bedrock-cli:
Assuming any such build stage downloads the build.sh script that provides a number of the functions invoked above, the remaining assumption left is that any pipeline that has the build pipeline stage injected offers a number of pipeline variables for the stage to be able to invoked properly. This should be made explicit to the end user, as pipelines will differ from project to project.
Describe alternatives you've considered:
We've considered building custom build steps directly into spk, but decided against that solution as it can become complicated, and does not
Additional context:
Out of band request for tooling
Does this require updates to documentation?:
no
The text was updated successfully, but these errors were encountered:
As a:
bedrock user, but not necessarily a bedrock cli user
I want:
To be able to invoke a script to add an "hld-update" stage to existing pipelines yaml files.
So that:
I can bring my own custom build pipeline that produces a docker image pushed to a registry that I can use to update my HLD
Describe the solution you'd like:
Acceptance Criteria:
The steps following are the hld update stage verbatim from fileutilts.ts in bedrock-cli:
Assuming any such build stage downloads the build.sh script that provides a number of the functions invoked above, the remaining assumption left is that any pipeline that has the build pipeline stage injected offers a number of pipeline variables for the stage to be able to invoked properly. This should be made explicit to the end user, as pipelines will differ from project to project.
Describe alternatives you've considered:
spk
, but decided against that solution as it can become complicated, and does notAdditional context:
Does this require updates to documentation?:
no
The text was updated successfully, but these errors were encountered: