my company is setting up a pipeline for regression testing of an embedded device that it is developing. I saw a lecture in robocon 2019 in which jenkins is used as the master of a (non-regression) testing pipeline of an embedded device which is very similar to what we aim to achieve. I was wondering if you think that Jenkins is still the best option as the master of such a pipeline.
Jenkins doesn’t really provide anything extra ordinary if you already some other CI system in use. New installations of jenkins are probably slowing down but it is still “gold standard” in flexibility but in most cases its just glorified task runner any ci system can be used.
I’d pick a ci system that someone on the team has the most experience with…