Manuele Simi a4adba12b4 | ||
---|---|---|
Jenkinsfile | ||
README.md |
README.md
#gCube Dependency Walker Pipeline Given a Jenkins project P:
- navigate the maven modules built by 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.
Requirements
- Jenkins ver. 2.164.2 or newer
- Pipeline plugin
- Pipeline: Maven
- Pipeline: Basic Steps
- Pipeline: Dependency Walker