IMPORTANT: This approach is currently being evaluated. This may or may not become part of ODS one day.
ODS Pipeline provides a CI/CD pipeline based on OpenShift Pipelines as an alternative to Jenkins. This repository contains everything that relates to it, such as Tekton tasks, container images, Go packages, services, documentation, ...
The ODS Pipeline Introduction describes what ODS pipeline is and how it works. It is important to understand this before looking at further documentation or any other repository content.
Note that this ODS Pipeline repository does not provide tasks for building, packaging and deploying your application. You can use any Tekton task to fullfil those needs, however, there are a few "companion" tasks specifically designed for ODS Pipeline to cover common use cases. See the "Technical Reference" section below for information on those tasks.
- Installation & Updating
- Add ODS Pipeline to a repository
- Convert an ODS quickstarter based component
- Repository configuration (ods.yaml)
- Start task
- Finish task
- Companion tasks: Go build task, Gradle build task, NPM build task, Python build task, SonarQube scan task, Package image task, Helm deploy task, Tekton logs task, Asciidoc-to-PDF task
- Promoting applications between environments
- Accessing artifacts
- Debugging
- Authoring your own tasks
- FAQ
- Stakeholder Requirements
- Software Architecture
- Software Requirements Specification
- Software Design Specification
- Architecture Decision Records
- Goals and Non-Goals
- Relationship to Jenkins Shared Library
- Comparison to Pipelines-as-Code
For OpenShift Pipelines releases and its relationship to Tekton and OpenShift versions, see https://docs.openshift.com/container-platform/latest/cicd/pipelines/op-release-notes.html
ods-pipeline | OpenShift Pipelines | ODS Core/Quickstarters |
---|---|---|
0.15 | 1.12 | 4.x |
0.14 | 1.12 | 4.x |
0.13 | 1.9 | 4.x |