Update 'Jenkinsfile'

add build_options input parameter
This commit is contained in:
Roberto Cirillo 2023-01-20 15:31:10 +01:00
parent 3f243cad87
commit d4f3cc324f
1 changed files with 4 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -39,6 +39,9 @@ pipeline {
string(name: 'exec_label', string(name: 'exec_label',
defaultValue: 'CI', defaultValue: 'CI',
description: 'Run on all nodes matching the label') description: 'Run on all nodes matching the label')
string(name: 'build_options',
defaultValue: '',
description: 'Additional options for Maven.')
} }
agent agent
{ {