Hi,<div><br></div><div>I have several projects that depends on each other and I would like to create an overall Jenkins jobs that will build all these projects with their VCS version and measure how much breakage will introduce a change.</div><div><br></div><div>What I would like:</div><div>1. gather project sources:</div><div>  a. checkout a project</div><div>  b. create an OPAM package</div><div>  c. inject the package in a local repository</div><div>  d. repeat for every project</div><div>2. mix the locally created repository with the official OPAM repository</div><div>3. build/test/install projects in order and report results at each step</div><div>4. build/test direct reverse dependencies of the projects</div><div><br></div><div>I know that they are a lot of missing pieces and I don't really think that OPAM should handle this kind of test. I would just like to build a tool that can do it for me.</div><div><br></div><div>Is there any already existing scripts that do something close to that ?</div><div><br></div><div>Have you any hint on how to build this kind of tools ?</div><div><br></div><div>Thanks in advance</div><div>Sylvain Le Gall</div><div><br></div>