Go to file
Manuele Simi 3b500f54a0 Given a project name, find all the maven modules that depend on the project's modules. 2020-03-10 16:16:09 -04:00
Jenkinsfile Given a project name, find all the maven modules that depend on the project's modules. 2020-03-10 16:16:09 -04:00
README.md Stages to navigate projects and maven modules. 2020-03-10 13:40:40 -04:00

README.md

#gCube Dependency Walker Pipeline Given a Jenkins project P:

  • navigate the maven modules built by P
  • return the list of projects that have modules depend on each maven module in P

Given a maven module's coordinates:

  • return the list of Jenkins projects that have modules depend on the input maven module

Requirements