Towards a Test Driven Development Framework in Vala Part 3. DevOps - Continuous Integration with Jenkins

Posted on Tue 19 January 2016 in Vala • Tagged with Vala, Open Source, Programming, TDD, BDD, Jenkins, Continuous Integration, DevOpsLeave a comment

Continuous Integration or CI is widely used in Test Driven Design for keeping the project's codebase tight, reducing errors and making sure there is always a working build available for deployment. Since once of the objectives of Valadate is to integrate with existing toolchains, I took a short DevOps break to set up Jenkins on a spare Raspberry Pi with some interesting results. Read on to see what they were...

Continue reading