Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Michael Sauter edited this page Feb 25, 2022 · 16 revisions

One can find origin FAQ entries detected via issue label FAQ needed.

General questions

How does ODS pipeline relate to OpenDevStack (Jenkins Shared Library)?

ODS pipeline makes use of an ODS core installation (Bitbucket, Nexus, SonarQube, Aqua). ODS provisioning app, ODS Jenkins Shared Library and ODS quickstarters are not required.

In essence, ODS pipeline is an alternative CI/CD approach to Jenkins, therefore "replacing" the ODS Jenkins Shared Library. For more details, see https://github.com/opendevstack/ods-pipeline/blob/master/docs/design/relationship-shared-library.adoc.

Usage questions

Where can I find templates (formerly Quickstarters)?

Have a look at https://github.com/opendevstack/ods-pipeline/tree/master/test/testdata/workspaces - there you can get inspired how to set up a project for a certain technology (like Go, TypeScript, ...)

How do I create an Helm chart?

It is recommended to start with the sample chart provided in this repository. If you are migrating an existing component which controls resources via Tailor, please see the ODS Quickstarter Migration Guide of Tailor as well.

Local setup questions

What tools do I need on my computer?

What Helm plugins do I need?

  • diff (install by running helm plugin install diff)
  • secrets (install by running helm plugin install secrets)

Clone this wiki locally