Skip to content

Jenkins Plugin which enable choosing which combinations of matrix build the user want to run

Notifications You must be signed in to change notification settings

omer727/Matrix-Combinations-Jenkins-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

The plugin is inspired from the Matrix Reloaded Plugin and allows the user to choose which matrix combinations he wants to run.

This plugin add a new type of parameter. When the user build a matrix project with this parameter type he gets a html table with checkbox for each combination. It gets from the user which combinations he wants to run, and translate it into a groovy condition such as:

axis1=="axis1value1" && axis2=="axis2value1" || axis1=="axis1value2" && axis2=="axis2value2" || ...

About

Jenkins Plugin which enable choosing which combinations of matrix build the user want to run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published