OpenShift CI/CD Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


  oc new-project CICD --display-name="CI/CD pipeline with Jenkins"
  oc new-project CICD --display-name="CI/CD pipeline with Jenkins"
  oc new-project CICD-dev --display-name="Dev project (openshift-tasks) to showcase CI/CD pipeline with Jenkins"
  oc new-project CICD-dev --display-name="Dev project (openshift-tasks) to showcase CI/CD pipeline with Jenkins"
oc new-project CICD-stage --display-name="Stage project (openshift-tasks) to showcase CI/CD pipeline with Jenkins"

Revision as of 23:11, 31 October 2017

Internal

Overview

Organizatorium

oc new-project CICD --display-name="CI/CD pipeline with Jenkins"
oc new-project CICD-dev --display-name="Dev project (openshift-tasks) to showcase CI/CD pipeline with Jenkins"
oc new-project CICD-stage --display-name="Stage project (openshift-tasks) to showcase CI/CD pipeline with Jenkins"