Continuous Integration Platform Using Docker Containers: Jenkins, SonarQube, Nexus, GitLab 10/12/15 by Marcel Birkner In 2015, the concepts and advantages of Continuous Integration (CI) should be well known to most software developers. There are plenty... Read more Leave your thoughts
Using Jenkins Job DSL for Job Lifecycle Management 10/05/15 by Marcel Birkner This is a short story how the Jenkins Job DSL made our and the customers life a whole lot easier.... Read more Leave your thoughts
Continuous Validation: Meet Gareth. He is seriously unpleasant. 09/16/15 by Niels Talens Hello world, please meet Gareth. He can be seriously unpleasant. Trust me, we know. But he is becoming more and... Read more Leave your thoughts
After continuous integration there is continuous validation 08/24/15 by Niels Talens It’s a funny thing to say that delivering business value is the most important thing when developing software. It doesn’t... Read more Leave your thoughts
How assumptions are not the mother of all f-ups 07/14/15 by Niels Talens The thing about trends is that they will come and they will go. So after the agile trend continuous delivery... Read more Leave your thoughts
Mock Server powered by Mountebank and Docker 06/01/15 by Conrad Pöpke Abstract When building applications which are dependent on other systems e.g. for business logic or data integration purposes the question... Read more Leave your thoughts
Generated Jenkins Jobs and automatic Branch Merging for Feature Branches 04/08/15 by Daniel Reuter In my current project we are using feature branches to keep the master-branch clean and stable. Development, peer code reviews... Read more Leave your thoughts
Continuous Delivery for Microservices with Jenkins and the Job DSL Plugin 01/08/15 by Dennis Schulte In classical Monolith-based environments there are normally not so many separate release artifacts, so it’s relatively easy to maintain the... Read more Leave your thoughts
Testing JavaScript on various platforms with Karma and SauceLabs 11/05/14 by Ben Ripkens The web can be a brutal environment with various combinations of browsers and operating systems (platforms). It is quite likely... Read more 1 Comment