Update 'Jenkinsfile'

add build_options input parameter
master
Roberto Cirillo 1 year ago
parent 3f243cad87
commit d4f3cc324f

3
Jenkinsfile vendored

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

Loading…
Cancel
Save