Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[id="openshift-pipelines_{context}"]
[IMPORTANT]
====
OpenShift{nbsp}Pipelines is based on the upstream project link:https://github.com/tektoncd[Tekton] and is available as a Developer Preview release. Developer Preview releases have features and functionality that might not be fully tested. Customers are encouraged to use and provide feedback on Developer Preview releases. Red{nbsp}Hat does not commit to fixing any reported issues and the provided features may not be available in future releases.

Developer Preview releases are not production ready and customers are advised to avoid running the software for production or business-critical workloads. Limited documentation is available for Developer Preview releases. Customers are NOT able to open support cases against the Developer Preview releases.

If you need assistance with OpenShift{nbsp}Pipelines, please reach out on the following mailing list where a member of the Red{nbsp}Hat Development Team will be happy to assist you based on availability and work schedules: pipelines-interest@redhat.com
====

= OpenShift Pipelines

OpenShift Pipelines are cloud-native, continuous integration and delivery solutions based on Kubernetes resources. It uses link:https://tekton.dev[Tekton] Pipelines to automate deployments across multiple platforms by abstracting away the underlying details. Tekton introduces a number of standard Custom Resource Definitions (CRDs) for defining pipelines that are portable across Kubernetes distributions.
Expand All @@ -9,7 +18,6 @@ OpenShift Pipelines are cloud-native, continuous integration and delivery soluti
* You can deploy applications to multiple platforms such as Kubernetes, Serverless, and Virtual Machines (VMs) and are portable across any Kubernetes platform
* You can use the OpenShift Developer Console to see your Pipelines and integrate with them.


[discrete]
== Additional resources

Expand Down