-
Notifications
You must be signed in to change notification settings - Fork 125
Example script of adding run-script task to pipelines #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Example script of adding run-script task to pipelines #517
Conversation
|
🚀 Preview is available at: https://pr-517--konflux-docs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds a helpful example script to the documentation for adding a run-script task to build pipelines. The script automates a process that would otherwise be manual and error-prone.
My review includes a few suggestions to improve the documentation's clarity, correctness, and adherence to the style guide:
- Aligning the introductory text with the imperative mood required by the style guide.
- Correcting a potentially confusing inconsistency in a task's SHA256 digest.
- Adding a note about a prerequisite (
yq) for the example script. - Improving the wording of a callout for better readability.
These changes will make the documentation more accurate and easier for users to follow.
modules/patterns/pages/running-user-scripts-on-the-build-pipeline.adoc
Outdated
Show resolved
Hide resolved
modules/patterns/pages/running-user-scripts-on-the-build-pipeline.adoc
Outdated
Show resolved
Hide resolved
modules/patterns/pages/running-user-scripts-on-the-build-pipeline.adoc
Outdated
Show resolved
Hide resolved
aae19c4 to
8bc4752
Compare
|
🚀 Preview is available at: https://pr-517--konflux-docs.netlify.app |
This commit proposes a script that utilizes pipeline-migration-tool to add run-script to pipelines. That should make it a little bit easier for users by running the script with little initial configuration than opening each YAML file and doing manual YAML modification by copy/paste. Signed-off-by: Chenxiong Qi <[email protected]>
8bc4752 to
2ad686f
Compare
|
🚀 Preview is available at: https://pr-517--konflux-docs.netlify.app |
This commit proposes a script that utilizes pipeline-migration-tool to add run-script to pipelines. That should make it a little bit easier for users by running the script with little initial configuration than opening each YAML file and doing manual YAML modification by copy/paste.