adlfkjfadslkjfads

Docker and Image Sizes

Posted on Sat 11 August 2018 in Posts • Tagged with docker, devops

I was surprised & learned something about building Docker images.


Continue reading

Code Quality Challenge #2 - Reducing Build Times

Posted on Tue 07 August 2018 in Posts • Tagged with cqc, devops, jenkins

CQC #2 - Reducing Build Times


Continue reading

DevopsDays YYJ - Year One

Posted on Fri 25 May 2018 in Posts • Tagged with devops, conferences, learning

I was fortunate enough to attend the inaugural DevOps Days Victoria. Let's recap what I saw.


Continue reading

Scheduled Builds in Jenkins Scripted Pipelines

Posted on Tue 20 March 2018 in Posts • Tagged with jenkins, jenkinsfile, devops

Sometimes you’ll want to have Jenkins trigger a build on a recurring schedule. Common examples include things like a scheduled build at midnight (or some other time when regular work isn’t happening). Traditionally in Jenkins this could be done on the configuration page for the job in question …


Continue reading