How can I get multiple Jenkins jobs with lib dependency work ( SVN repo) -


i have svn repo includes many code dependencies between different projects . each project set jenkins job .

for example, compile project need project lib , bunch of other shared libs ( hundreds of mbs) .

one of architectures setting jenkins job set multiple "repository url" -per each lib trunk , when of triggered, jenkins (the plugin ) checkout needed code job. end having pull gigabytes of data multiple times since each job pull shared libs it's own... since it's "pull " model , there many url's , many jobs i'm afraid won't work in long run.

another thought clone trunk , parse changes , way trigger relevant job . not kiss solution , it's not solid 1 .

are there better suited solutions such problem?

trigger script using jenkins. pst-commit hook should bear logic.

also check if can use this parameterized trigger plugin.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -