https://github.com/openshift/pipelines-catalog
A repository for OpenShift Pipelines tasks
https://github.com/openshift/pipelines-catalog
Last synced: about 1 year ago
JSON representation
A repository for OpenShift Pipelines tasks
- Host: GitHub
- URL: https://github.com/openshift/pipelines-catalog
- Owner: openshift
- License: apache-2.0
- Created: 2019-05-31T20:21:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T11:05:55.000Z (about 4 years ago)
- Last Synced: 2025-03-25T12:12:12.012Z (about 1 year ago)
- Language: Python
- Size: 295 KB
- Stars: 53
- Watchers: 22
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ ⚠ ️⚠️ Warning ⚠️ ⚠️ ⚠️
This repository is deprecated.
🧑💻 Development and maitenence of these tasks have moved to:
https://github.com/tektoncd/operator/tree/main/cmd/openshift/operator/kodata/tekton-addon/addons/02-clustertasks/source_local
The tasks in this repository are not maintained anymore.
---
# Pipelines Catalog
This repository contains a catalog of Tekton `Task` resources (and
someday `Pipeline`s and `Resource`s), which are designed to be
reusable in many pipelines.
Each `Task` is provided in a separate directory along with a README.md and a
Kubernetes manifest, so you can choose which `Task`s to install on your
cluster.
This is an OpenShift-specific Tekton catalog, which follows the same
rules and patterns as
[`tektoncd/catalog`](https://github.com/tektoncd/catalog).