-
We have a monorepo (nx / next) from which we build several applications.
What is in your opinion the way we should set this up? I would like to do a build for all affected apps (nx feature) and add this as a result status to the pr. Hope you guys could give me some hints what the best approach would be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
Hi,
We suggest you to use only one workflow. We build CDS like this (which contains multiples apps as cdsctl, engine, ui, etc...)
The workflow:
The
build-all-cds pipeline
:This pipeline build the binaries in the first stage, then make the docker image in the second, then run integration tests...
If you need to customize the PR comment, you can
worker export
a variable and use it in the VCS Notification PR Body.