Le 08/01/2021 à 22:29, P. Ottlinger a écrit : > Hi Antoine, > > Am 08.01.21 um 22:17 schrieb Antoine Pitrou: >>> What are the gaps in the ASF CI systems that are pushing people onto >> less viable platforms such as GA? >> >> While being a PMC and core developer for Apache Arrow, I'm going to >> give a personal opinion here: >> >> - Jenkins I think many people have had bad experiences in the past with >> (I remember trying to use Jenkins and the obnoxious Web-based >> configuration threw me off) > > I do not want to start a toolWar-thread, but Jenkins provides means to > have your config versioned easily: > > just change to declarative Jenkinsfiles that are checked in with your > projects. > > A very simple example of this can be found here: > https://github.com/apache/creadur-rat/blob/master/Jenkinsfile > > AFAIK it supports matrix builds as well (have a look at > https://github.com/apache/plc4x for a deeper integration). > > Just my 2ct.
Thanks, I didn't know that existed. Regards Antoine.