This is a dynamic plugin that extends the OpenShift Console by adding Tekton CD / OpenShift Pipelines specific features.
It is shipped and enabled automatically by the Tekton CD / OpenShift Pipelines operator.
yarn installRequires Node.js >= 22 with Corepack enabled and yarn.
yarn start # Start webpack dev server on :9001
yarn build # Production build
yarn test # Run unit tests
yarn lint # ESLint + StylelintTo run with an OpenShift Console instance:
oc login <cluster>
yarn run start-consoleNavigate to http://localhost:9000 to see the running plugin.
See CONTRIBUTING.md for the full development workflow (local, container, and devcontainer options).
Key development commands:
yarn dev— development build with hot reloadyarn generate-types— regenerate API types fromopenapi/spec.ymlyarn i18n— rebuild translation files after string changes
- Tekton CD
Pipeline,PipelineRun,Task,TaskRun, and OpenShiftRepositorylist and details pages - Start and re-run PipelineRuns directly from the UI
- Topology view extended to show latest PipelineRun status
- Dashboard and Metrics tabs with statistics from the Tekton Results API
- Tech Preview: Manual approvals with ApprovalTasks
This plugin is shipped with OpenShift Pipelines operator and requires at least OpenShift 4.15+.
See the OpenShift Pipelines compatibility and support matrix.