Questions tagged [teamcity]
The teamcity tag has no summary.
2 questions
2 votes
2 answers
2k views
Managing sprints for multiple releases of the same product for the same team
How do you plan a sprint for the same product with two releases when the same team will be working on both releases during the sprint cycle? To give some background, our product gets released out to ...
6 votes
0 answers
1k views
Efficiently sharing a large node_modules directory between TeamCity build agents
The CI flow for our Node.js app looks roughly like this: Currently, this all takes place in a single TeamCity 'job' with three 'steps' (the Test step runs 4 concurrent child processes). Problems ...