diff --git a/README.md b/README.md index abd938b..8b820a0 100644 --- a/README.md +++ b/README.md @@ -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)