As part of Dailymotion’s DevOps initiatives, we decided to move from Jenkins to Jenkins X to be faster in our release cycle and to further empower our teams. This article talks about how we migrated our Allure test reports using Jenkins X.
To accelerate our release process we started adopting CI/CD best practices, one of which was to implement Jenkins X and Kubernetes in our CI pipeline. We believe another key value is sharing information across different teams. To share and communicate about the result and coverage of our automated tests, we decided to use Allure, as it is a tool that produces great reports from your automation codebase. …