Skip to content

Commit 50d7799

Browse files
committed
RHDEVDOCS 5444 switch Pipelines to standalone
1 parent ecd9dfe commit 50d7799

File tree

8 files changed

+47
-48
lines changed

8 files changed

+47
-48
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,44 +1905,8 @@ Topics:
19051905
Dir: pipelines
19061906
Distros: openshift-enterprise
19071907
Topics:
1908-
- Name: OpenShift Pipelines release notes
1909-
File: op-release-notes
1910-
- Name: Understanding OpenShift Pipelines
1911-
File: understanding-openshift-pipelines
1912-
- Name: Installing OpenShift Pipelines
1913-
File: installing-pipelines
1914-
- Name: Uninstalling OpenShift Pipelines
1915-
File: uninstalling-pipelines
1916-
- Name: Creating CI/CD solutions for applications using OpenShift Pipelines
1917-
File: creating-applications-with-cicd-pipelines
1918-
- Name: Managing non-versioned and versioned cluster tasks
1919-
File: managing-nonversioned-and-versioned-cluster-tasks
1920-
- Name: Using Tekton Hub with OpenShift Pipelines
1921-
File: using-tekton-hub-with-openshift-pipelines
1922-
- Name: Specifying remote pipelines and tasks using resolvers
1923-
File: remote-pipelines-tasks-resolvers
1924-
- Name: Using Pipelines as Code
1925-
File: using-pipelines-as-code
1926-
- Name: Working with OpenShift Pipelines in the web console
1927-
File: working-with-pipelines-web-console
1928-
- Name: Customizing configurations in the TektonConfig custom resource
1929-
File: customizing-configurations-in-the-tektonconfig-cr
1930-
- Name: Reducing resource consumption of OpenShift Pipelines
1931-
File: reducing-pipelines-resource-consumption
1932-
- Name: Setting compute resource quota for OpenShift Pipelines
1933-
File: setting-compute-resource-quota-for-openshift-pipelines
1934-
- Name: Using pods in a privileged security context
1935-
File: using-pods-in-a-privileged-security-context
1936-
- Name: Securing webhooks with event listeners
1937-
File: securing-webhooks-with-event-listeners
1938-
- Name: Authenticating pipelines using git secret
1939-
File: authenticating-pipelines-using-git-secret
1940-
- Name: Using Tekton Chains for OpenShift Pipelines supply chain security
1941-
File: using-tekton-chains-for-openshift-pipelines-supply-chain-security
1942-
- Name: Viewing pipeline logs using the OpenShift Logging Operator
1943-
File: viewing-pipeline-logs-using-the-openshift-logging-operator
1944-
- Name: Unprivileged building of container images using Buildah
1945-
File: unprivileged-building-of-container-images-using-buildah
1908+
- Name: About OpenShift Pipelines
1909+
File: about-pipelines
19461910
- Name: GitOps
19471911
Dir: gitops
19481912
Distros: openshift-enterprise

applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Managed services option is also available if the RHOAS Operator is installed
5050
* *Re-ordering of resources*: Use these resources to re-order pinned resources added to your navigation pane. The drag-and-drop icon is displayed on the left side of the pinned resource when you hover over it in the navigation pane. The dragged resource can be dropped only in the section where it resides.
5151
5252
ifdef::openshift-enterprise,openshift-webscale[]
53-
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt.adoc#virt-subscribing-cli_installing-virt[OpenShift Virtualization Operator] are installed, respectively.
53+
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the link:https://docs.openshift.com/pipelines/latest/install_config/installing-pipelines.html#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt.adoc#virt-subscribing-cli_installing-virt[OpenShift Virtualization Operator] are installed, respectively.
5454
endif::[]
5555

5656
[id="prerequisites_odc-creating-applications-using-developer-perspective"]

cicd/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more information, see xref:../cicd/builds/understanding-image-builds.adoc#un
2929
== {pipelines-shortname}
3030
{pipelines-shortname} provides a Kubernetes-native CI/CD framework to design and run each step of the CI/CD pipeline in its own container. It can scale independently to meet the on-demand pipelines with predictable outcomes.
3131

32-
For more information, see xref:../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding {pipelines-shortname}]
32+
For more information, see xref:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[Understanding {pipelines-shortname}].
3333

3434
[id="openshift-gitops"]
3535
== OpenShift GitOps

cicd/jenkins/migrating-from-jenkins-to-openshift-pipelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
You can migrate your CI/CD workflows from Jenkins to xref:../../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[{pipelines-title}], a cloud-native CI/CD experience based on the Tekton project.
10+
You can migrate your CI/CD workflows from Jenkins to xref:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[{pipelines-title}], a cloud-native CI/CD experience based on the Tekton project.
1111

1212
include::modules/jt-comparison-of-jenkins-and-openshift-pipelines-concepts.adoc[leveloffset=+1]
1313

@@ -23,5 +23,5 @@ include::modules/jt-examples-of-common-use-cases.adoc[leveloffset=+1]
2323

2424
[role="_additional-resources"]
2525
== Additional resources
26-
* xref:../../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[Understanding {pipelines-shortname}]
26+
* xref:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[Understanding {pipelines-shortname}]
2727
* xref:../../authentication/using-rbac.adoc#using-rbac[Role-based Access Control]

cicd/pipelines/about-pipelines.adoc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
:_content-type: ASSEMBLY
2+
[id="about-pipelines"]
3+
= About {pipelines-title}
4+
:context: about-serverless
5+
include::_attributes/common-attributes.adoc[]
6+
7+
toc::[]
8+
9+
{pipelines-title} is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. It uses Tekton building blocks to automate deployments across multiple platforms by abstracting away the underlying implementation details. Tekton introduces a number of standard custom resource definitions (CRDs) for defining CI/CD pipelines that are portable across Kubernetes distributions.
10+
11+
[NOTE]
12+
====
13+
Because {pipelines-title} releases on a different cadence from {product-title}, the {pipelines-title} documentation is now available as separate documentation sets for each minor version of the product.
14+
15+
The {pipelines-title} documentation is available at link:https://docs.openshift.com/pipelines/[].
16+
17+
Documentation for specific versions is available using the version selector drop-down list, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/pipelines/1.11[].
18+
19+
In addition, the {pipelines-title} documentation is also available on the Red Hat Customer Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_pipelines/[].
20+
21+
22+
For additional information about the {pipelines-title} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift#ossrvless[Platform Life Cycle Policy].
23+
====
24+
25+
// add something about CLI tools?
26+
27+
28+
[id="additional-resources_about-serverless"]
29+
[role="_additional-resources"]
30+
== Additional resources
31+
ifdef::openshift-enterprise[]
32+
* xref:../../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
33+
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
34+
endif::[]
35+
// above links only included for OCP currently until CRD docs are available in OSD and ROSA

getting_started/openshift-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ to see your applications, monitor status, connect and group components, and modi
5656
* ** xref:../cli_reference/odo-important-update.adoc#odo-important_update[Use the developer CLI tool (`odo`)]**:
5757
The `odo` CLI tool lets developers create single or multi-component applications and automates deployment, build, and service route configurations. It abstracts complex Kubernetes and {product-title} concepts, allowing you to focus on developing your applications.
5858

59-
* **xref:../cicd/pipelines/understanding-openshift-pipelines.adoc#op-key-features[Create CI/CD Pipelines]**: Pipelines are serverless, cloud-native, continuous integration, and continuous deployment systems that run in isolated containers.
59+
* **xref:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html#op-key-features[Create CI/CD Pipelines]**: Pipelines are serverless, cloud-native, continuous integration, and continuous deployment systems that run in isolated containers.
6060
They use standard Tekton custom resources to automate deployments and are designed for decentralized teams working on microservices-based architecture.
6161

6262
* **Deploy Helm charts**:

virt/virtual_machines/virt-managing-vms-openshift-pipelines.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
xref:../../cicd/pipelines/understanding-openshift-pipelines.adoc#understanding-openshift-pipelines[{pipelines-title}] is a Kubernetes-native CI/CD framework that allows developers to design and run each step of the CI/CD pipeline in its own container.
9+
xref:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html[{pipelines-title}] is a Kubernetes-native CI/CD framework that allows developers to design and run each step of the CI/CD pipeline in its own container.
1010

1111
The Tekton Tasks Operator (TTO) integrates {VirtProductName} with {pipelines-shortname}. TTO includes tasks and example pipelines that allow you to:
1212

@@ -23,7 +23,7 @@ include::snippets/technology-preview.adoc[]
2323

2424
* You have access to an {product-title} cluster with `cluster-admin` permissions.
2525
* You have installed the OpenShift CLI (`oc`).
26-
* You have xref:../../cicd/pipelines/installing-pipelines.adoc#installing-pipelines[installed {pipelines-shortname}].
26+
* You have link:https://docs.openshift.com/pipelines/latest/install_config/installing-pipelines.html[installed {pipelines-shortname}].
2727

2828

2929
include::modules/virt-deploying-tto.adoc[leveloffset=+1]
@@ -56,5 +56,5 @@ include::modules/virt-running-tto-pipeline-cli.adoc[leveloffset=+2]
5656
[role="_additional-resources"]
5757
[id="additional-resources_virt-managing-vms-openshift-pipelines"]
5858
== Additional resources
59-
* xref:../../cicd/pipelines/creating-applications-with-cicd-pipelines.adoc#creating-applications-with-cicd-pipelines[Creating CI/CD solutions for applications using {pipelines-title}]
60-
* xref:../../virt/virtual_machines/virt-automating-windows-sysprep.adoc#virt-automating-windows-sysprep[Automate Windows VM deployments with `sysprep`]
59+
* https://docs.openshift.com/pipelines/latest/create/creating-applications-with-cicd-pipelines.html[Creating CI/CD solutions for applications using {pipelines-title}]
60+
* xref:../../virt/virtual_machines/virt-automating-windows-sysprep.adoc#virt-automating-windows-sysprep[Automate Windows VM deployments with `sysprep`]

welcome/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ to see your applications, monitor status, connect and group components, and modi
180180
181181
- **xref:../applications/connecting_applications_to_services/understanding-service-binding-operator.adoc#understanding-service-binding-operator[Connect your workloads to backing services]**: With the Service Binding Operator, an application developer can bind workloads with Operator-managed backing services by automatically collecting and sharing binding data with the workloads. The Service Binding Operator improves the development lifecycle with a consistent and declarative service binding method that prevents discrepancies in cluster environments.
182182
183-
- **xref:../cicd/pipelines/understanding-openshift-pipelines.adoc#op-key-features[Create CI/CD Pipelines]**: Pipelines are serverless, cloud-native, continuous integration and continuous deployment systems that run in isolated containers.
183+
- **link:https://docs.openshift.com/pipelines/latest/about/understanding-openshift-pipelines.html#op-key-features[Create CI/CD Pipelines]**: Pipelines are serverless, cloud-native, continuous integration and continuous deployment systems that run in isolated containers.
184184
Pipelines use standard Tekton custom resources to automate deployments and are designed for decentralized teams that work on microservice-based architecture.
185185
186186
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]

0 commit comments

Comments
 (0)