node.js - Configure Jenkins for a angular project - single git repo with multiple packages -


i want configure jenkins job angular project present inside git repo of multiple angular projects.

myprojectrepo   -project-1   -project-2   -project-3    ...   -readme.md 

all of above projects available in private npm registry. similar angular packages common, core, http etc., can configure job specific project , once built should published npm registry. restricting projects single repository because managing many repo more difficult.


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? -