You can exclude some of the combinations from matrix. E.g. exclude build for 30 & development.
> On 01 Oct 2015, at 14:04, Stephan Eggermont <step...@stack.nl> wrote: > > On 01-10-15 10:05, Peter Uhnak wrote: >> In Jenkins you specify configuration matrix (versions of pharo versus type >> (development, stable, ...)).. So it will run development for all versions, >> even pharo 30 (which is now permanently broken) > > Shouldn't #'development' for Pharo3.x then point to #'stable'? > There is no development, there could be bugfixes. > > The matrix indeed assumes that you want all combinations, > while what we actually need for the build is something like > the Matrix Combinations Plugin > https://wiki.jenkins-ci.org/display/JENKINS/Matrix+Combinations+Plugin > I haven't tested the plugin yet. > > Stephan > > >