Hi guys slightly_smilin…

less than 1 minute read

Hi guys :slightly_smiling_face:,

I created an example <https://github.com/yannickglt/nx-gitlab-build repository> running distributed CI on Gitlab CI.  
It gets benefits of <https://docs.gitlab.com/ee/ci/yaml/#parallel Gitlab parallel jobs> (that’s why the run-many.js script differs a bit from the <https://github.com/nrwl/nx-azure-build Azure Pipeline> one).

The repo(s): - https://gitlab.com/yannickglt/nx-gitlab-buildhttps://github.com/yannickglt/nx-gitlab-build (for those who prefer reading on Github :wink:)

An example of pipeline running all targets/projects (including e2e tests): https://gitlab.com/yannickglt/nx-gitlab-build/pipelines/149570359

Hope this will help :+1: nrwl/nx-azure-build

Responses:

Hey, this looks cool :fire:

We have some guides for Azure & Jenkins. https://nx.dev/angular/guides/ci/distributed-builds

Would you want to contribute yours to the docs as well for GitLab?

The Azure and Jenkins guides helped me a lot to build this one :ok_hand:

For sure, I’d be glad to contribute

I think that’d be cool. I mentioned it to our team. someone will reach out I guess :slightly_smiling_face:

Great thanks

Updated: