Reputation: 300
Hi I have a SVN repo with around a 100 projects/apps (maven projects). All of them are totally independent and are build and and deployed in the same way. Using Bamboo can I (using one build plan) build only the the latest updated projects(from the last commit in the repo) or must have a separate build plan for each app.
Upvotes: 1
Views: 555
Reputation: 362
Both ways are correct. It depends more on infrastructure setup. Do you deploy all 100 apps on same server and same directory? How similar are all 100 applications? What are future plans? Are you planning to move to Git in future? Are those 100 projects planning to be totally different in few months? If you don't foresee any change in next 4-5 months then you can have one build plan and pass app/project name as parameter.
Upvotes: 1