'Can we run multiple applications of a project in a single pipeline on Jenkins using one Jenkins file?
I have 4 applications (microservices) that are present in my project. Each application has a corresponding jenkins file and a separate pipeline for it which is working fine. That means I have 4 individual pipelines for 4 applications with 4 jenkins files.
But now I wanted to have a single jenkins file at the project level (like a parent jenkins file) where I should be able to load the other 4 jenkins files(which are there for 4 applications of the project) which means a single jenkins file to build for the entire project.
Will it be possible to have one parent jenkins file which consists of other jenkins file of the applications for a single pipeline?
If yes can you help me with the solution? Any other suggestions are welcomed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
