Skip to content

Commit

Permalink
Test Jenkins matrix combination plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Feb 17, 2025
1 parent 082ae7d commit 3986cf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ pipeline {

parameters{
booleanParam(defaultValue: false, description: 'Update Spack to new version.', name: 'update_spack')
matrixCombinationsParam(
name: 'Build Combinations',
description: 'Select specific matrix combinations to run',
defaultValue: '[]' // Default is to run all if none selected
)
}

options {
Expand Down

0 comments on commit 3986cf2

Please sign in to comment.