When you hear the words Continuous Integration (CI), you immediately think about this big project with Jenkins, long builds, failing tests, and a budget sinkhole. Is this stopping you from getting …
9 Ways to Speed Up Your CI/CD Pipelines
Do you know that one web service you have that builds multiple executables, a database migration script, and downloads a million libraries?You wait an hour just to watch it get to 80% when it fails. …
Continue Reading about 9 Ways to Speed Up Your CI/CD Pipelines →
Unit Testing for Jenkins Shared Libraries
If you are working with Jenkins Shared libraries, you may be missing out on what in my opinion is a great way to structure and test your project. I found a great blog post that explains how to do it …
Continue Reading about Unit Testing for Jenkins Shared Libraries →