We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ oc new-app -n cicd -f cicd-template.yaml --param DEV_PROJECT=dev-project-name --param STAGE_PROJECT=stage-project-name --> Deploying template "cicd/cicd" for "cicd-template.yaml" to project cicd
cicd --------- Use the following credentials for login: Jenkins: use your OpenShift credentials Nexus: admin/admin123 SonarQube: admin/admin Gogs Git Server: gogs/gogs * With parameters: * DEV project name=dev-project-name * STAGE project name=stage-project-name * Deploy SonarQube=true * Deploy Eclipse Che=false * Ephemeral=true * WEBHOOK_SECRET=hYRxmVEC # generated
--> Creating resources ... error: rolebindings.authorization.openshift.io "default_admin" already exists error: buildconfigs.build.openshift.io "tasks-pipeline" already exists error: configmaps "jenkins-slaves" already exists error: jobs.batch "cicd-demo-installer" already exists --> Failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ oc new-app -n cicd -f cicd-template.yaml --param DEV_PROJECT=dev-project-name --param STAGE_PROJECT=stage-project-name
--> Deploying template "cicd/cicd" for "cicd-template.yaml" to project cicd
--> Creating resources ...
error: rolebindings.authorization.openshift.io "default_admin" already exists
error: buildconfigs.build.openshift.io "tasks-pipeline" already exists
error: configmaps "jenkins-slaves" already exists
error: jobs.batch "cicd-demo-installer" already exists
--> Failed
The text was updated successfully, but these errors were encountered: