Jenkins Log Parsing

Published on

Sometimes it’s not easy to find the incriminating message in a failed Jenkins job console output.  I have found the Log Parser Plugin to be quite helpful–not only to highlight and link to error messages, but any messages you’d like. You can configure it to match any regular expression for one of three levels of … Continue reading Jenkins Log Parsing

CAP Theorem – Explained

Published on

Many years ago in a relational database world, increasing the scalability and performance of a software system was fairly simple Modify your application/SQL to run more efficiently – Performance tuning. Increase your hardware resources. Scaling up means bigger machines, more processors, disk storage and memory. This gets expensive and there are some real limits on how … Continue reading CAP Theorem – Explained