A means of configuring a build such that different configuration options can be parameterized, rather than duplicating build steps, or having multiple builds.
Why are there two kinds of jobs for Jenkins, both the multi-configuration project and the free-style project project? I read …
jenkins continuous-integration multi-configurationI have quite a few free-style jobs in Jenkins that I would like to convert to multi-configuration jobs so I …
build jenkins hudson multi-configurationI'm working on a multiconfiguration job(Regression_L1) in Jenkins whose task is to run 2 kinds of tests(test1 and …
jenkins jenkins-plugins multi-configurationI need to build and test on multiple configurations: linux, osx and solaris. I have slave nodes labeled "linux", "osx" …
jenkins multi-configurationWe use multi configuration job to test various combination of 2 separate components for compatibility test. These are our compatibility acceptance …
jenkins multi-configuration jenkins-docker