-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Consolidate VCS integration guides with org/user/project/pipeline content #9715
New issue
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
Changes from 23 commits
6e119bb
9e9e4a4
75772ff
72ab3c4
e30f9fe
dbba56b
2b03cc7
ca795f4
58e284a
3aca1b0
2a75973
8bc0edb
99f8e22
0f89506
e051014
dedee04
db70de9
c84892e
8c68399
f527894
65ffb9f
54b5af6
acb7956
1fe79e3
7aa6e34
6886eff
bce9df6
6c6dc47
8dd2613
508fefe
78336b3
c5ee648
ce9fae3
3ce6677
19ee70c
a96712b
cbf7c97
95b492c
5dc6b87
47eac4c
151cffc
13b51fe
08073b1
c8ced4b
ef13a2b
9b5169a
9162df0
42c5992
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| **** | ||
| To check your organization type, check your organization slug at menu:Organization settings[Overview]. `github` and `bitbucket` type organizations are OAuth authenticated orgs and the organization slug is structured as follows: | ||
|
|
||
| * `github/<your-org-name>` or `gh/<your-org-name>` | ||
| * `bitbucket/<your-org-name>` or `bb/<your-org-name>` | ||
|
|
||
| An organization slug for a `circleci` type organization is in the following format: | ||
|
|
||
| * `circleci/<UID>` | ||
| **** |
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,51 @@ | ||||||||||||||||
| = Create an organization | ||||||||||||||||
| :page-platform: Cloud | ||||||||||||||||
| :page-description: Create a new organization in CircleCI. | ||||||||||||||||
| :experimental: | ||||||||||||||||
|
|
||||||||||||||||
| This guide coverts creating a new organization in CircleCI. | ||||||||||||||||
|
|
||||||||||||||||
| The following organization types are available in CircleCI: | ||||||||||||||||
|
|
||||||||||||||||
| * `circleci` organizations | ||||||||||||||||
| * `github` organizations | ||||||||||||||||
| * `bitbucket` organizations | ||||||||||||||||
|
|
||||||||||||||||
| == Create a `circleci` organization | ||||||||||||||||
|
|
||||||||||||||||
| To create a `circleci` organization, follow these steps: | ||||||||||||||||
|
|
||||||||||||||||
| . Navigate to your user homepage in the link:https://app.circleci.com/home/[CircleCI web app]. | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link is right but I think we call it the orgs homepage. Or just homepage?
Suggested change
|
||||||||||||||||
| . Select the btn:[+ Create organization] button. | ||||||||||||||||
| . Give your organization a name and select btn:[Let's Go]. | ||||||||||||||||
|
|
||||||||||||||||
| Once your new organization is created you can start creating projects and inviting team members: | ||||||||||||||||
|
|
||||||||||||||||
| * xref:create-project.adoc#create-a-project[Create a project] | ||||||||||||||||
| * xref:invite-your-team.adoc#invite-teammates[Invite your team] | ||||||||||||||||
|
|
||||||||||||||||
| == Create a `github` organization | ||||||||||||||||
|
|
||||||||||||||||
| A `github` organization is created when you log in to CircleCI using your _social_ GitHub login. `github` organizations use an OAuth app connection with CircleCI. If you have logged in to CircleCI using a method other than your GitHub login, you can still create a `github` organization by following these steps: | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you've just created an organization in GitHub, does it get reflected automatically in CircleCI? I'm guessing you need to click on the "Refresh permissions" button in user settings.
Suggested change
|
||||||||||||||||
|
|
||||||||||||||||
| . Navigate to your link:https://app.circleci.com/settings/user[User settings] page. | ||||||||||||||||
| . Select the **Account Integrations** from the sidebar. | ||||||||||||||||
| . At the bottom of the page, select the link that reads `Recieved instructions from the CircleCI Support team to authorize a GitHub OAuth app?` | ||||||||||||||||
| . Follow the instructions to create a `github` organization. | ||||||||||||||||
|
|
||||||||||||||||
| Once your `github` organization is created you can start setting up and following projects: | ||||||||||||||||
|
|
||||||||||||||||
| * xref:create-project.adoc#set-up-a-project[Set up a project] | ||||||||||||||||
|
|
||||||||||||||||
| == Create a `bitbucket` organization | ||||||||||||||||
|
|
||||||||||||||||
| A `bitbucket` organization is created when you log in to CircleCI using your _social_ Bitbucket login. `bitbucket` organizations use an OAuth app connection with CircleCI. If you have logged in to CircleCI using a method other than your Bitbucket login, you can still create a `bitbucket` organization by following these steps: | ||||||||||||||||
|
|
||||||||||||||||
| . Navigate to your link:https://app.circleci.com/settings/user[User settings] page. | ||||||||||||||||
| . Select the **Account Integrations** from the sidebar. | ||||||||||||||||
| . Select btn:[Connect] next to Bitbucket. | ||||||||||||||||
| . Follow the instructions to authorize the Bitbucket OAuth app. | ||||||||||||||||
|
|
||||||||||||||||
| Once your `bitbucket` organization is created you can start setting up and following projects: | ||||||||||||||||
|
|
||||||||||||||||
| * xref:create-project.adoc#set-up-a-project[Set up a project] | ||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BeFunes new page needs review