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
If your organization is currently integrated with GitHub only through OAuth, an admin can take the one-time action of installing the CircleCI GitHub App to enable this functionality. For more information, see the xref:guides:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub integration] page.
8
+
If your organization is currently integrated with GitHub only through OAuth, an admin can take the one-time action of installing the CircleCI GitHub App to enable this functionality. For more information, see the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
9
9
10
10
While splitting configuration files is only available for GitHub App integrations, CircleCI does support dynamic configuration, which allows you to create configuration files based on specific pipeline values or paths, and continue one pipeline to another. See the xref:guides:orchestrate:dynamic-config.adoc[Dynamic configuration] page for more information.
Copy file name to clipboardExpand all lines: docs/guides/modules/deploy/pages/deployment-overview.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,8 +198,8 @@ To add or edit labels for a component, follow these steps:
198
198
199
199
. Select *Deploys* in the CircleCI web app sidebar.
200
200
. You are now in the timeline view. Select the **Components** tab.
201
-
. Select the cog icon image:guides:ROOT:icons/settings.svg[settings icon, role="no-border"] for your component. You can use the filter at the top of the page to help find the component you want.
202
-
. You are now on the component settings page. Select the edit button image:guides:ROOT:icons/edit-solid.svg[edit icon, role="no-border"] in the labels panel.
201
+
. Select the component by name. You can use the filter at the top of the page to help find the component you want.
202
+
. You are now on the component view page. Select the edit button image:guides:ROOT:icons/edit-solid.svg[edit icon, role="no-border"] in the labels panel.
203
203
. Enter or edit your label(s) and select btn:[Done].
Copy file name to clipboardExpand all lines: docs/guides/modules/integration/pages/bitbucket-data-center-integration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ The ability to xref:orchestrate:scheduled-pipelines.adoc[schedule pipelines] is
217
217
[#stop-building]
218
218
=== Stop building
219
219
220
-
Bitbucket Data Center integrations do not currently support the **Stop Building** xref:security:stop-building-a-project-on-circleci.adoc#stop-building-a-project[option] that can normally be found in **Project settings**. As an alternative, you can xref:security:stop-building-a-project-on-circleci.adoc#remove-a-project-from-circleci[Delete a project].
220
+
Bitbucket Data Center integrations do not currently support the **Stop Building** xref:security:stop-building-a-project-on-circleci.adoc#stop-building-a-project[option] that can normally be found in **Project settings**. As an alternative, you can xref:security:delete-organizations-and-projects.adoc#delete-a-project[Delete a project].
Copy file name to clipboardExpand all lines: docs/guides/modules/integration/pages/github-apps-integration.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
If your CircleCI organization is integrated with GitHub through the **CircleCI GitHub App**, the content on this page is for you.
7
7
8
8
****
9
-
The **CircleCI GitHub App** is an add-on integration. All organizations that have `/github/` or `/circleci/` in the URL can install the GitHub App, including xref:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[those already integrated through the GitHub OAuth app].
9
+
The **CircleCI GitHub App** is an add-on integration. All organizations that have `/github/` or `/circleci/` in the URL can install the GitHub App, including xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[those already integrated through the GitHub OAuth app].
10
10
To check whether you organization has the CircleCI GitHub App installed, navigate to menu:Organization Settings[VCS Connections].
11
11
****
12
12
@@ -119,7 +119,7 @@ A subset of built-in environment variables are not available in GitHub-based pro
119
119
120
120
Before attempting to move your information from an org integrated with the GitHub OAuth app to an org integrated with CircleCI’s GitHub App, consider the following:
121
121
122
-
* If the motivation for moving is to **leverage new functionality that is only available to the GitHub App integration**, consider using your existing organization and installing the GitHub App alongside your OAuth app integration, as described in xref:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[this guide].
122
+
* If the motivation for moving is to **leverage new functionality that is only available to the GitHub App integration**, consider using your existing organization and installing the GitHub App alongside your OAuth app integration, as described in xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[this guide].
123
123
* If the motivation is to **completely remove the OAuth app integration** for security, compliance, or other reasons, follow the steps below.
Copy file name to clipboardExpand all lines: docs/guides/modules/integration/pages/github-integration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ Key functionality enabled through the GitHub App integration includes the follow
346
346
** **Cross-repo triggers**: Events in one repository can trigger builds on one or many other repositories.
347
347
** **More GitHub events as triggers**: Pipelines can be set up to run on events other than "push", including pull request events, with more powerful customization of trigger conditions. For full details, see the xref:orchestrate:github-trigger-event-options.adoc[GitHub trigger event options] page.
348
348
349
-
More information is available on the xref:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
349
+
More information is available on the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
Copy file name to clipboardExpand all lines: docs/guides/modules/orchestrate/pages/github-trigger-event-options.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If your CircleCI organization is integrated with GitHub only through the **GitHu
28
28
.Trigger options during project creation
29
29
image::guides:ROOT:triggers/create-project-run-on.png[Create a project trigger and access trigger options]
30
30
31
-
If your CircleCI org is integrated via **GitHub OAuth** (see tip above), an org admin can install the CircleCI GitHub App to enable the full range of GitHub trigger events, as well as all other functionality enabled by the GitHub App. Installing the CircleCI GitHub App is a one-time action. For more information, see the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub OAuth integration overview].
31
+
If your CircleCI org is integrated via **GitHub OAuth** (see tip above), an org admin can install the CircleCI GitHub App to enable the full range of GitHub trigger events, as well as all other functionality enabled by the GitHub App. Installing the CircleCI GitHub App is a one-time action. For more information, see the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
Copy file name to clipboardExpand all lines: docs/guides/modules/orchestrate/pages/orchestration-cookbook.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ image::guides:ROOT:triggers/run-on-open.png[Run on trigger options for GitHub Ap
24
24
25
25
=== Notes
26
26
27
-
* This option is only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub integration] page.
27
+
* This option is only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
@@ -46,7 +46,7 @@ image::guides:ROOT:triggers/run-on-open.png[Run on trigger options for GitHub Ap
46
46
47
47
=== Notes
48
48
49
-
* This option is only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub integration] page.
49
+
* This option is only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
* The `pipeline.event.name` and `pipeline.event.action` variables are only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub integration] page.
76
+
* The `pipeline.event.name` and `pipeline.event.action` variables are only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
* The `pipeline.event.name` and `pipeline.event.action` variables are only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub integration] page.
247
+
* The `pipeline.event.name` and `pipeline.event.action` variables are only available for GitHub App pipelines. If you have a GitHub OAuth integration you can install the GitHub App into your GitHub org and then create GitHub App pipelines. This is a quick one-time action, as described in the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
Copy file name to clipboardExpand all lines: docs/guides/modules/orchestrate/pages/triggers-overview.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ image::guides:ROOT:triggers/run-on-open.png[Trigger "Run on" menu open]
30
30
31
31
If you only use the **GitHub OAuth** integration, once a project is set up in CircleCI, a pipeline is triggered each time a commit is pushed on a branch that has a `.circleci/config.yml` file included. One exception to this is if you use the "Only build pull requests" option. For more information on "Only build pull requests", see the xref:integration:oss.adoc[Build open source projects] page.
32
32
33
-
TIP: If your org uses the **GitHub OAuth** integration, you can install the GitHub App into your org to set up GitHub App pipelines and access the trigger options described above. An org admin must take the one-time action of installing the CircleCI GitHub App to enable this functionality. For more information, see the xref:integration:github-integration.adoc#installing-github-app-alongside-github-oauth-app[GitHub OAuth integration overview].
33
+
TIP: If your org uses the **GitHub OAuth** integration, you can install the GitHub App into your org to set up GitHub App pipelines and access the trigger options described above. An org admin must take the one-time action of installing the CircleCI GitHub App to enable this functionality. For more information, see the xref:guides:integration:using-the-circleci-github-app-in-an-oauth-org.adoc[Using the CircleCI GitHub App in an OAuth organization] page.
0 commit comments