Taking Jenkins Pipeline to the Extreme – By Yinon Avraham (JUC TLV 2018)
Feel like you are repeating yourself? Your integration tests are blocked?
Yinon Avraham, Tech Lead at eBay, in a talk full of tips and tricks on how to utilize Jenkins Pipeline to get fast feedback from your CI during development.
Don’t have time to watch?
Here’s the TL;DW (Too Long; Didn’t Watch):
> Code reuse with shared libraries.Shared library management tips and tricks.
> Make your code readable – create your own custom DSLs
(Yinon is not the only one who needs to understand it 🙂 ).
> Running isolated integration tests using the “sidecar” pattern with Docker Compose in a multi-branch pipeline.
> Job configuration as code as much as possible.
> Echo, echo, echo…
