git - Build and deploy different projects from the same branch using Teamcity -


using git version control, have multiple sub-projects shared libraries in single branch of repository in git. using teamcity 2017.x, doing build , builds complete project (build script made way) every time there check-in of sub-projects.

is there way (using teamcity 2017.x only, , not combined maven or ant) build each sub-project independently, whenever file sub-project checked-in. project created in ibm iib esql code , using separate component folders each sub-project.

also, best way structure our source control optimal outcome build , deploy using teamcity , git. should keep shared libraries in different repository , make different project repository each of sub-projects , use git modules combine , build in teamcity?

let me make sure understand current situation. there git repository holds several projects. there build configuration in teamcity vcs root on git repository , trigger on every commit builds projects.

am correct?

i suggest creating build configuration each project use same vcs root. on trigger of each build configuration can configure paths trigger build in following syntax

:+path/file.txt :-ignore-path/file.txt


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -