Manuele Simi c36f5e3713 | ||
---|---|---|
Jenkinsfile | ||
README.md |
README.md
#gCube Dependency Walker Pipeline Given a Jenkins project P:
- navigate the maven modules built by P
- return the list of projects that have modules depend on each maven module in P
Given a maven module's coordinates:
- return the list of Jenkins projects that have modules depend on the input maven module
Requirements
- Jenkins ver. 2.164.2 or newer
- Pipeline plugin
- Pipeline: Maven
- Pipeline: Basic Steps
- Pipeline: Dependency Walker
- NodeLabelParameter (to allow to dynamically select the node on which a job should be executed)