git - How to build only specific requirements -
we looking migrate cvs svn/git. but, before picking 1 svn/git question in mind i.e,
for example: developers have 10 requirements. out of 10 requirements,developers worked on 6 requirements , requested build. r building 10 requirements. but, looking build 6 requirements excluding remaining 4 requirements.
i came know that,it possible git. there alternative
is possible? if so,how?
you can dedicate branch in git monitored build scheduler (like jenkins git plugin).
(you can auto-create jenkins job new feature branch)
you can example git cherry-pick
commit want apply on branch , see if build pass.
Comments
Post a Comment