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
Example script of adding run-script task to pipelines
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]>
Copy file name to clipboardExpand all lines: modules/patterns/pages/running-user-scripts-on-the-build-pipeline.adoc
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,3 +113,54 @@ When the script is the tool generating the `Containerfile`, you need to modify `
113
113
==== ansible-builder to build Ansible Execution Environments
114
114
115
115
A link:https://github.com/Zokormazo/konflux-execution-environment-example/pull/2/files[sample repository] has been prepared to show how to use this task to build Ansible Execution Environments.
116
+
117
+
=== Example script of adding run-script to pipelines
118
+
119
+
This script utilizes link:https://github.com/konflux-ci/pipeline-migration-tool/[pipeline-migration-tool] to add `run-script` task and all the related changes to pipelines.
0 commit comments