gCubeDepsWalker/README.md

17 lines
842 B
Markdown
Raw Normal View History

#gCube Dependency Walker Pipeline
Given a Jenkins project P:
- navigate the maven modules built by P
2020-03-11 05:23:58 +01:00
- return the list of projects that have modules depending on each maven module in P
Given a maven module's coordinates:
2020-03-11 05:23:58 +01:00
- 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)
* [Pipeline: Maven](https://plugins.jenkins.io/pipeline-maven)
* [Pipeline: Basic Steps](https://plugins.jenkins.io/workflow-basic-steps)
* [Pipeline: Dependency Walker](https://plugins.jenkins.io/pipeline-dependency-walker/)
* [NodeLabelParameter](https://plugins.jenkins.io/nodelabelparameter) (to allow to dynamically select the node on which a job should be executed)