Update README>

This commit is contained in:
Manuele Simi 2020-03-11 15:15:06 -04:00
parent 09168b2585
commit eeec309fd7
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,9 @@
#gCube Dependency Walker Pipeline #gCube Dependency Walker Pipeline
Given a Jenkins project P: Given a Jenkins project P:
- navigate the maven modules built by 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
Given a maven module's coordinates: - print a formatted report of the information extracted from the analysis.
- return the list of Jenkins projects that have modules depending on the input maven module
## Requirements ## Requirements
* [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer * [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer