You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is documentation saying you can find your account type by heading to the CircleCI web app, select Dashboard from the sidebar. Assuming "the CircleCI web app" refers to app.circleci.com, there is a sidebar on the left, but it doesn't have a "Dashboard" option.
The note says there are two forms of URLs to look for, one being https://app.circleci.com/organization/circleci/UTxCZDiJ9MLGLC8hR1ZDmg (i) and the other https://app.circleci.com/pipelines/github/<your GitHub username/organization name> (ii). As mentioned there is no "Dashboard", but the options Organization Home, Pipelines and Projects have the following respective URLs (abbreviated): https://app.circleci.com/organization/github/<organization> (corresponds to neither (i) or (ii)), https://app.circleci.com/pipelines/github/<organization>/ (corresponds to (ii)) and https://app.circleci.com/projects/project-dashboard/github/<organization>/ (contains the word dashboard but corresponds to neither (i) or (ii)).
This is rather confusing. For the purpose of finding out one's account type, I'm unable to reach a conclusion based on the above info.
The text was updated successfully, but these errors were encountered:
So sorry for the confusion here @erikv85. The design of the sidebar in the web app has changed recently and docs updates have fallen behind. I will get this updated.
If you select Organization Home in the sidebar and see:
https://app.circleci.com/organization/circleci/UTxCZDiJ9MLGLC8hR1ZDmg you have a GitHub App integration
https://app.circleci.com/organization/github/<org-name> you have a GitHub OAuth app integration
Locations
https://circleci.com/docs/github-apps-integration/
(Document source: https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci2/github-apps-integration.adoc)
Details
There is documentation saying you can find your account type
by heading to the CircleCI web app, select Dashboard from the sidebar
. Assuming "the CircleCI web app" refers to app.circleci.com, there is a sidebar on the left, but it doesn't have a "Dashboard" option.The note says there are two forms of URLs to look for, one being
https://app.circleci.com/organization/circleci/UTxCZDiJ9MLGLC8hR1ZDmg
(i) and the otherhttps://app.circleci.com/pipelines/github/<your GitHub username/organization name>
(ii). As mentioned there is no "Dashboard", but the optionsOrganization Home
,Pipelines
andProjects
have the following respective URLs (abbreviated):https://app.circleci.com/organization/github/<organization>
(corresponds to neither (i) or (ii)),https://app.circleci.com/pipelines/github/<organization>/
(corresponds to (ii)) andhttps://app.circleci.com/projects/project-dashboard/github/<organization>/
(contains the worddashboard
but corresponds to neither (i) or (ii)).This is rather confusing. For the purpose of finding out one's account type, I'm unable to reach a conclusion based on the above info.
The text was updated successfully, but these errors were encountered: