Update README>

master
Manuele Simi 4 years ago
parent 09168b2585
commit eeec309fd7

@ -1,12 +1,10 @@
#gCube Dependency Walker Pipeline
Given a Jenkins project P:
- navigate the maven modules built by P
- return the list of projects that have modules depending on each maven module in 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.
Given a maven module's coordinates:
- return the list of Jenkins projects that have modules depending on the input maven module
## Requirements
* [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer
* [Pipeline plugin](https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin)

Loading…
Cancel
Save