This document discusses how data mining techniques can be applied to data from continuous integration (CI) processes to extract useful knowledge and solve problems. CI involves frequent integration of code changes to detect errors early. It generates vast amounts of log and monitoring data that is often ignored. The document proposes applying clustering, classification, text mining and other techniques to this CI data to group similar logs, predict failures, find frequent issues, and understand team productivity and code changes. This could help with maintenance and further development by gaining insights from the abundant CI data typically not utilized.