Go to file
Manuele Simi 6c91d2a0e4 Fix bug that was cleaning up the levels too early 2020-03-12 15:52:59 -04:00
Jenkinsfile Fix bug that was cleaning up the levels too early 2020-03-12 15:52:59 -04:00
README.md Use get() instead of the deprecated getInstance() to access to the jenkins singleton. 2020-03-11 16:01:06 -04:00

README.md

#gCube Dependency Walker Pipeline Given a Jenkins project P:

  • navigate the maven modules built by P
  • recursively analyze the module's dependencies and their jenkins projects
  • generate the list of projects that have modules depending on each maven module in P
  • print a formatted report of the information extracted from the analysis.

Requirements

Documentation