Completed. Go to overview.

Application created. Continue to overview.

Creating...

Completed, with errors

{{ task | taskTitle }}.

{{alert.message}}{{alert.details}}.
{{alert.message}}{{alert.details}}.
{{alert.message}}{{alert.details}}

Things you can do

Go to the overview page to see more details about this project. Make sure you don't already have services, build configs, deployment configs, or other resources with the same names you are trying to create. Refer to the documentation for creating new applications for more information.

Command line tools

You may want to use the oc command line tool to help with troubleshooting. After downloading and installing it, you can log in, switch to this particular project, and try some commands :

oc login {{loginBaseUrl}}
  oc project {{projectName}}
  oc build-logs -h
  oc logs -h

For more information about the command line tools, check the CLI Reference and Basic CLI Operations.

Manage your app

The web console is convenient, but if you need deeper control you may want to try our command line tools.

Command line tools

Download and install the oc command line tool. After that, you can start by logging in, switching to this particular project, and displaying an overview of it, by doing:

oc login {{loginBaseUrl}}
  oc project {{projectName}}
  oc status

For more information about the command line tools, check the CLI Reference and Basic CLI Operations.

Making code changes

A GitHub webhook trigger has been created for the {{createdBuildConfig.metadata.name}} build config. You can now set up the webhook in your GitHub repository settings in {{createdBuildConfig.spec.source.git.uri | githubLink}}/settings/hooks, using the following payload URL:

{{createdBuildConfig.metadata.name | webhookURL : trigger.type : trigger.github.secret : projectName}}