How to publish Ansible-container images via Travis-CI
How to publish docker images produced via ansible-container to Docker Hub using TravisCi
How to publish docker images produced via ansible-container to Docker Hub using TravisCi
Sonarqube is a quite famous tool to perform code analysis in a Continuous Integration chain. One of the most popular post of the blog explain how to get full Unit and Integration test code coverage out of your maven build with its plugin. Sonarqube also has a public instance of its tool, where several OpenSource projects…
Wine get better with age, and I hope also good ideas does since it took me 3-4 year before making this one real. With this post I want to introduce a new section of this blog: the Pathfinder Opensource Project. If you are working in a big company, or simply to a big software project…
This post is part of the Environment templates thread. In part one I show how to crate a template environment. In part two we used such template to re-create environment and run Integration Tests on it In this last section we will use the same template to produce and deploy a working environment of our purposes.…
This post is part of the Environment templates thread, you can find part 1 here. If you just read the previous post, I expect you to notice that,up to now, I didn’t create a real template, but just an environment build since I’m not reusing anything of my work elsewhere. That’s the focus of this second…
Ok, time for a big topic. Environment templates is a really useful practice which can improve many Continuous Integration areas, so I will probably split its description over several posts. This first post involves, obviously, template creation. The second one will show you how to reuse such template for integration tests automation. Third one will…
Today I got a very interesting problem to solve: I had to delivery a bunch of libraries to an external developer to let him be able to fully compile a very complex build. Tasks wasn’t easy since he could not simply connect to our local Artifactory to perform the single maven build he would need…