Skip to content

Commit

Permalink
docs: fix broken links and add some links in distribute-tasks.md (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Nov 4, 2024
1 parent 9e4ac9c commit e81831f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions website/docs/features/distribute-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ across all of them.
You also want to run as many commands in parallel as you can. For instance,

```yaml
- lerna run lint --since=main
- lerna run test --since=main
- lerna run lint --since=main
- lerna run test --since=main
- lerna run build --since=main
```

Expand All @@ -112,11 +112,13 @@ CI/CD (e.g., deployment). They mainly focus on configuring Nx correctly.

Read the guides for more information on how to configure them in CI.

- [Overview](https://nx.dev/recipes/ci/ci-setup#distributed-ci-with-nx-cloud)
- [Azure Pipelines](https://nx.dev/recipes/ci/monorepo-ci-azure#distributed-ci-with-nx-cloud)
- [Circle CI](https://nx.dev/recipes/ci/monorepo-ci-circle-ci#distributed-ci-with-nx-cloud)
- [GitHub Actions](https://nx.dev/recipes/ci/monorepo-ci-github-actions#distributed-ci-with-nx-cloud)
- [Jenkins](https://nx.dev/recipes/ci/monorepo-ci-jenkins#distributed-ci-with-nx-cloud)
- [Overview](https://nx.dev/ci/recipes/set-up)
- [Azure Pipelines](https://nx.dev/ci/recipes/set-up/monorepo-ci-azure)
- [Circle CI](https://nx.dev/ci/recipes/set-up/monorepo-ci-circle-ci)
- [GitHub Actions](https://nx.dev/ci/recipes/set-up/monorepo-ci-github-actions)
- [Jenkins](https://nx.dev/ci/recipes/set-up/monorepo-ci-jenkins)
- [GitLab](https://nx.dev/ci/recipes/set-up/monorepo-ci-gitlab)
- [Bitbucket](https://nx.dev/ci/recipes/set-up/monorepo-ci-bitbucket-pipelines)

Note that only cacheable operations can be distributed because they have to be replayed on the main job.

Expand Down

0 comments on commit e81831f

Please sign in to comment.