default 2 threads
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
e6935e5849
commit
45cd5a6345
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -44,7 +44,7 @@ pipeline {
|
|||||||
upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
|
upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
|
||||||
}
|
}
|
||||||
parameters {
|
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 {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user