The toolchain-to-template script takes a Toolchain URL and will generate an OTC Template in the current folder that when run creates a clone of you original toolchain. See https://github.com/open-toolchain/toolchain-to-template
The duplicate_pipeline.sh
script allows to duplicate an existing pipeline classic flavor in the toolchain. See the documentation of the script is here
The README Cloud Function Action for Classic Pipeline describes how to run a classic delivery pipeline on timely manner using IBM Cloud functions, alarms and rule.
See time-trigger-pipeline
subdirectory.
Note: this is only relevant for classic pipelines as tekton pipelines have built-in support for timed-trigger. See Configuring a Delivery Pipeline for Tekton
The README Private Worker using Private Registry Image(s) describes how to perform a customized installation of a Delivery Pipeline private worker using image(s) pulled from a Private registry.
The directory private-worker-using-private-registry-image
contains script(s) referenced in the IBM Cloud documentation Updating the Delivery Pipeline Private Worker installation