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
Copy file name to clipboardExpand all lines: jekyll/_cci2/build-processing.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,10 @@ order: 1
12
12
This document describes how to enable the preview build processing engine if you need to trigger workflows from the CircleCI API.
13
13
14
14
## Getting Started
15
-
Enable build processing at the bottom of the Advanced section of Settings page for your project in the CircleCI app. If you don't see this setting, it should appear in the next few days for you as we roll it out to more and more organizations.
15
+
Enable build processing at the bottom of the Advanced section of Settings page for your project in the CircleCI app.
16
16
17
17
The new build processing feature enables use of the new [API endpoint to trigger builds with workflows]({{ site.baseurl }}/api/v1-reference/#projects) and the following use cases:
18
18
19
-
- GitHub and BitBucket support including API and webhooks
20
19
- New API endpoint to trigger builds, including running all workflows in the build
21
20
- Jobs named `build` will be wrapped in a workflows stanza by the processor
22
21
@@ -29,11 +28,10 @@ We are committed to achieving backwards compatibility in almost all cases, and w
29
28
30
29
- Build processing is **not** fully backwards-compatible with existing API calls to trigger arbitrary jobs
31
30
- The new build triggering API endpoint does **not** accept parameters and workflow or job filters
32
-
- Auto-cancel redundant builds including workflows auto-cancel is **not** supported
33
-
- UI for Rerun of a job or rerun the workflow of the job is **not** implemented
31
+
- Auto-cancel redundant builds including workflows auto-cancel is **not**yet supported
32
+
- UI for Rerun of a job or rerun the workflow of the job is **not**yet implemented
34
33
35
34
## Giving Feedback
36
35
1. Come to [CircleCI Discuss](https://discuss.circleci.com/t/2-1-config-and-build-processing/24102) to post feedback.
37
36
2. Tweet @circleci with thoughts
38
-
3. Add [issues](https://github.com/CircleCI-Public/config-preview-sdk/issues) to this repo.
39
-
4. Vote or add to our [Ideas board](https://circleci.com/ideas/)
37
+
3. Vote or add to our [Ideas board](https://circleci.com/ideas/)
0 commit comments