Files
awesome-kubernetes/v2-docs/openshift-pipelines.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
Fix: the per-page resource search box with maturity tag-pills stopped
appearing after navigation.instant was enabled (DOMContentLoaded fires only
on first SPA load). Reworked v2_filter.js to init via Material's document$
observable with a DOMContentLoaded fallback, guard double-injection, bind the
clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12.

Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2
content pages and from v2_optimizer.py — it forced hundreds of links of scroll
on large pages. Replaced by Material's native sticky "On this page" TOC
(removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:49:15 +02:00

13 KiB

OpenShift Pipelines

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

!!! info "Architectural Context" Detailed reference for OpenShift Pipelines in the context of Engineering Pipeline.

App Development

CICD

Jenkins Pipelines

  • (2018) Fabric8 Pipeline Library 436 [GROOVY CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] [LEGACY] — A reusable Jenkins Pipeline helper library that supports automated environments, build phases, and release setups within OpenShift frameworks. It is largely deprecated, superseded by modern Jenkins plugins or native Tekton pipelines.

Legacy Frameworks

  • (2018) CI/CD with fabric8 [GROOVY CONTENT] [DOCUMENTATION] [LEGACY] — Details the classic continuous delivery orchestration patterns supported by early versions of the Fabric8 framework. Although helpful for understanding early pipeline structures, these setups are largely replaced by native GitOps and modern cloud-native pipelines.

CICD and DevOps

Enterprise Jenkins

OpenShift Integration

GitOps and Pipelines

GitHub Actions Integration

Source-To-Image

OpenShift S2I Workflow

Cloud-Native Java

Build Tools

Eclipse JKube

Source Code
  • (2020) GitHub: Eclipse JKube 849 [JAVA CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — The active GitHub repository for Eclipse JKube, housing Maven/Gradle plugins, extensions, and core libraries. Live Grounding indicates robust ongoing community support, enabling local resource generation, deployment, and hot-swapping inside active clusters. The project is crucial for bridging the gap between standard Java compilation and Kubernetes runtimes.

Developer Experience

Inner Loop Development

OpenShift Odo CLI

Platform Architecture

CICD (1)

Jenkins Pipelines (1)

  • (2017) Simply Explained: OpenShift and Jenkins Pipelines [NONE CONTENT] [COMMUNITY-TOOL] [GUIDE] — An explanatory article outlining the core architectural concepts of continuous integration pipelines inside enterprise containers. Focuses on orchestrating builds, scaling execution agents dynamically, and promoting stable application rollouts.

Tekton Pipelines

Software Engineering

Build Systems

Fabric8 Maven Plugin

  • (2023) ==github - fabric8, maven plugin== 334 [JAVA CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] [LEGACY] — A Maven plugin designed to package Java projects into lightweight Docker/OCI images and generate corresponding Kubernetes resource manifests automatically. Double-Evidence: Note that this project is archived and superseded by Eclipse JKube in modern development environments.

💡 Explore Related: Jenkins | Tekton | Argo

🔗 See Also: About | Postman