Tweak README.

This commit is contained in:
Manuele Simi 2020-03-11 00:23:58 -04:00
parent 307510c896
commit a9a68135ea
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#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 depend on each maven module in P - return the list of projects that have modules depending on each maven module in P
Given a maven module's coordinates: Given a maven module's coordinates:
- return the list of Jenkins projects that have modules depend on the input maven module - return the list of Jenkins projects that have modules depending on the input maven module
## Requirements ## Requirements