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
A default build rule is set up for you, which you can edit or delete. This
59
-
default rule sets builds from the `Branch` in your source code repository called
60
-
`master` or `main`, and creates a Docker image tagged with `latest`. For more information, see [set up build rules](#set-up-build-rules)
54
+
default rule sets builds from the `Branch` in your source code repository
55
+
called `master` or `main`, and creates a Docker image tagged with `latest`.
56
+
For more information, see [set up build rules](#set-up-build-rules).
61
57
62
-
7. Optional: Select the **plus** icon to add and [configure more build rules](#set-up-build-rules).
58
+
7. Optional. Select the **plus** icon to add and [configure more build rules](#set-up-build-rules).
63
59
64
60
8. For each branch or tag, enable or disable the **Autobuild** toggle.
65
61
@@ -279,9 +275,11 @@ variable to automated builds associated with the account. For more information,
279
275
2. Create a "build" team in your organization.
280
276
3. Ensure that the new "build" team has access to each repository and submodule you need to build.
281
277
282
-
Go to the repository's **Settings** page. On GitHub, add the new "build" team
283
-
to the list of **Collaborators and Teams**. On Bitbucket, add the "build" team
284
-
to the list of approved users on the **Access management** screen.
278
+
1. On GitHub or Bitbucket, go to the repository's **Settings** page.
279
+
2. Add the new "build" team to the list of approved users.
280
+
281
+
- GitHub: Add the team in **Collaborators and Teams**.
282
+
- Bitbucket: Add the team in **Access management**.
285
283
286
284
4. Add the service user to the "build" team on the source provider.
287
285
@@ -291,7 +289,7 @@ variable to automated builds associated with the account. For more information,
291
289
>
292
290
> You may need to sign out of your individual account on the source code provider to create the link to the service account.
293
291
294
-
6. Optional: Use the SSH keys you generated to set up any builds with private submodules, using the service account and [the previous instructions](troubleshoot.md#build-repositories-with-linked-private-submodules).
292
+
6. Optional. Use the SSH keys you generated to set up any builds with private submodules, using the service account and [the previous instructions](troubleshoot.md#build-repositories-with-linked-private-submodules).
0 commit comments