Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
= Openshift Pipelines Documentation

WARNING: This documentation repo has been deprecated. Please visit this link:https://docs.openshift.com/container-platform/latest/pipelines/understanding-openshift-pipelines.html[OpenShift Pipelines documentation].

Welcome to the source file repository for OpenShift Pipelines documentation.

OpenShift Pipelines is a cloud-native CI/CD solution built for Kubernetes and is based on the upstream Tekton project (previously known as Knative Build).
It complements the Jenkins images that are shipped with OpenShift (OCP).

The operator for OpenShift Pipelines is available in the OpenShift OperatorHub.
To try out OpenShift Pipelines, obtain an OCP cluster by visiting link:https://cloud.redhat.com[cloud.redhat.com] or link:https://rhpds.redhat.com[rhpds.redhat.com].


---

== Questions and Feedback

* For questions and feedback please join the pipelines-interest@redhat.com mailing list.
* If you would like to contribute a fix or add new content to the documentation, you can submit an issue or pull request. Please see our link:contributing/con_contributing-documentation.md[contributor guidelines] for information on how you can help.


== Resources

For more information on OpenShift Pipelines, please check out the following links:

* link:https://docs.google.com/presentation/d/1E6FChdbIrMHlynF-yvEMrTiAnR8rwMdvebBxPgdcmrE/edit#slide=id.g547716335e_0_260[OpenShift Pipelines Overview Presentation]

* link:https://github.com/openshift/pipelines-tutorial/[OpenShift Pipelines Tutorial]

* link:https://github.com/tektoncd/pipeline/tree/master/docs[Tekton Documentation]

* link:https://github.com/tektoncd/cli/tree/v0.1.2[Tekton CLI Download]
33 changes: 0 additions & 33 deletions README.md

This file was deleted.

23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="canonical" href="https://openshift.github.io/pipelines-docs/docs/0.10.5/index.html">
<script>location="docs/0.10.5/index.html"</script>
<meta http-equiv="refresh" content="0; url=docs/0.10.5/index.html">
<meta name="robots" content="noindex">
<meta charset="utf-8" />
<link
rel="canonical"
href="https://openshift.github.io/pipelines-docs/docs/0.10.5/index.html"
/>
<meta
http-equiv="refresh"
content="0;url=https://docs.openshift.com/container-platform/latest/pipelines/understanding-openshift-pipelines.html"
/>
<meta name="robots" content="noindex" />
<title>Redirect Notice</title>
<h1>Redirect Notice</h1>
<p>The page you requested has been relocated to <a href="docs/0.10.5/index.html">https://openshift.github.io/pipelines-docs/docs/0.10.5/index.html</a>.</p>
<p>
The page you requested has been relocated to
<a
href="https://docs.openshift.com/container-platform/latest/pipelines/understanding-openshift-pipelines.html"
>https://docs.openshift.com/container-platform/latest/pipelines/understanding-openshift-pipelines.html</a
>.
</p>