Category archives: coding

RSS feed of coding

Docker and Jenkins : the easy way

You might have been looking for the developer grail like I did recently :

  • hack away your code
  • commit
  • have continuous integration server perform all automated tests on a virtual machine and tags your code as "good to push on production" (or for the most crazy adventurous, having your code pushed to prod)

You probably looked ...

Continue reading