Hello,
Seems like a possible possible use case for Pipeline and the Docker build
step plugin.
Cheers
2016-12-06 14:43 GMT+01:00 Florian Lier :
> Dear all,
>
> there are some great Docker plugins for Jenkins out there. However, I
> couldn't find one
> that actually solves the following problem:
Dear all,
there are some great Docker plugins for Jenkins out there. However, I
couldn't find one
that actually solves the following problem:
Let's assume we have a software system consisting of multiple components,
e.g,
written in C++, that are _dependent_ on each other.
D is dependent on C,