TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your monolith's CI build model?

2 pointsby pasxizeisabout 5 years ago
For example, we&#x27;re a team of ~80 developers and our model is that we have 1 Jenkins job per developer and 1 for the &#x27;master&#x27; branch. Developers push to a corresponding git branch via a handy alias (`git testit`) and Jenkins triggers their corresponding build. So we have N+1 Jenkins jobs (where N=no. of devs). Then we have 3 executors, each waiting listening for all types of builds (master or dev builds).<p>I&#x27;d be interested in knowing how people are structuring their CI. Do you have a single job for your monolith&#x27;s unit tests? Or do you also use multiple jobs (for specific branches or devs).

no comments

no comments