Go to file
Manuele Simi 4af8c62144 Remove debug logs. 2020-03-12 10:33:09 -04:00
Jenkinsfile Remove debug logs. 2020-03-12 10:33:09 -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