From eeec309fd796a2a8bc580af28bb23f124bbac6ac Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Wed, 11 Mar 2020 15:15:06 -0400 Subject: [PATCH] Update README> --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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)