Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-24 10:20:16 +10:00
parent 2ac0e25ab9
commit 87aeec790f
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -39,10 +39,6 @@ def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ign
pipeline {
agent { label "${LABEL}" }
// Build should also start, if parent has been built successfully
// triggers {
// upstream(upstreamProjects: 'Archiva-TLP-Gitbox/archiva-parent/archiva-2.x', threshold: hudson.model.Result.SUCCESS)
// }
parameters {
string(name: 'THREADS', defaultValue: '2', description: 'Number of threads for the mvn build (-T option). Must be a integer value>0.')
}