default 2 threads
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
e6935e5849
commit
45cd5a6345
|
@ -44,7 +44,7 @@ pipeline {
|
|||
upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
parameters {
|
||||
string(name: 'THREADS', defaultValue: '1', description: 'Number of threads for the mvn build (-T option). Must be a integer value>0.')
|
||||
string(name: 'THREADS', defaultValue: '2', description: 'Number of threads for the mvn build (-T option). Must be a integer value>0.')
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
|
Loading…
Reference in New Issue