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
Post a Comment