open-toolchain / toolchain-utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of Open Toolchain utilities

Template extraction for an existing toolchain

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

Classic Pipeline Duplication

The duplicate_pipeline.sh script allows to duplicate an existing pipeline classic flavor in the toolchain. See the documentation of the script is here

(Time) Trigger for Classic Pipeline

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

Delivery Pipeline Private Worker customized installation

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

About


Languages

Language:Shell 96.5%Language:Dockerfile 3.5%