Top "Multi-configuration" questions

A means of configuring a build such that different configuration options can be parameterized, rather than duplicating build steps, or having multiple builds.

Jenkins and multi-configuration (matrix) jobs

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-configuration
Is it possible to convert a Jenkins free-style job to a multi-configuration job?

I 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-configuration
Access file parameter in jenkins

I'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-configuration
How to configure jenkins multi-configuration build and test

I need to build and test on multiple configurations: linux, osx and solaris. I have slave nodes labeled "linux", "osx" …

jenkins multi-configuration
Jenkins Pre-Build and Post-Build in Multi-Configuration Job

We 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