deployment - Jenkins: Multiple Git repositories for one project -
i want build project using 2 git repositories. 1 of them contains of source code, while other has build , deployment scripts.
my problem need have repository building , deployment of different parts of project (big project, multiple repositories, same build , deployment scripts), jenkins not seem able handle (or don't know/didn't find how).
update
multiple scms plugin deprecated users should migrate pipeline plugin.
old answer
yes, jenkins can handle this. use multiple scms under source code management, add repositories , go advanced section of each repository. here need set local subdirectory repo (optional) , unique scm name (optional).
your repository pulled local subdirectory have set can build them in order want.
updating per harishs answer - need install multiple scms plugin in order achieve functionality.
Comments
Post a Comment