There is a great diversity of approaches to continuous integration and continuous delivery (CI/CD). Containerizing apps with Docker is a common step to take, for a variety of reasons. Once ...
If you’re Jenkins Docker build jobs are failing with the following error, don’t fret, as there’s a simple fix. Invalid agent type "docker" specified. Must be one of [any, label, none]. If you’ve hit ...
Looking back at how software was built and deployed even 15 years ago, it seems surprising that our applications actually worked. In those days, a software development lifecycle consisted of running ...