continuous integration
24 07 2018
I’ve been using Concourse CI since quite a long time and I wanted to share with you a little trick to natively improve flexibility of pipelines. A Concourse pipelines looks like the following one : https://concourse-ci.org/pipelines.html This pipeline example contains 2 jobs and a resource. Pretty simple, but you can imagine a bigger one […]
8 08 2016
We know a lot of people who write or use ansible role and playbook but only few of them think about implement tests. Typically playbooks or roles are written in a VM and tested each time on the same VM until the playbook says “OK” everywhere. In the best case, the VM is sometime flushed to validate […]
ansible, continuous, devops, docker, integration, kitchenci, python