2017-03-10 PETER BENGTSON AWS is extremely hot right now — according to Ryan Kroonenburg from A Cloud Guru, it is estimated there is a skills shortage of approximately 1.7 million certified AWS …
THE POWER OF JENKINS JOBDSL
2016-04-15 TOMMY TYNJÄ At my current client we define all of our Jenkins jobs with Jenkins Job Builder so that we can have all of our job configurations version controlled. Every push …
PUPPET RESOURCE COMMAND
2016-01-20 MARCUS PHILIP I have used puppet for several years but had overlooked the puppet resource command until now. This command uses the Puppet RAL (Resource Abstraction Layer, i.e. Puppet DSL) to …
TEST CATEGORIZATION IN DEPLOYMENT PIPELINES
2014-02-14 TOMMY TYNJÄ Have you ever gotten tired of waiting for those long running tests in CI to finish so you can get feedback on your latest code change? Chances are …
HOW TO VALIDATE YOUR YAML FILES FROM COMMAND LINE
2013-12-05 MARCUS PHILIP I like using Hiera with Puppet. In my puppet pipeline I just added YAML syntax validation for the Hiera files in the compile step. Here’s how:# … GIT_DIFF_CMD=”git …
IS YOUR DELIVERY PIPELINE AN ARRAY OR A LINKED LIST?
2013-12-02 MARCUS PHILIP The fundamental data structure of a delivery pipeline and its implications A delivery pipeline is a system. A system is something that consists of parts that create …