Skip to content

Instantly share code, notes, and snippets.

View paul-uz's full-sized avatar
🖥️
sudo rm -rf

Paul Canning paul-uz

🖥️
sudo rm -rf
  • Urban Zoo
  • Liverpool
  • 16:14 (UTC +01:00)
View GitHub Profile
pipeline {
agent any
parameters {
extendedChoice multiSelectDelimiter: ',', name: 'SELECTED_CLIENT', quoteValue: false, saveJSONParameterToFile: false, type: 'PT_CHECKBOX', value: 'client1,client2,client3', visibleItemCount: 20
}
stages {
stage('Build') {
matrix {
agent any
axes {
{
"schemaVersion": 1,
"label": "Test Coverage",
"message": "100%",
"color": "green"
}