fix upstream projects and reduce size of artifacts backup:
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
3e507004a6
commit
0f9ed62f80
|
@ -41,13 +41,13 @@ pipeline {
|
|||
agent { label "${LABEL}" }
|
||||
// Build should also start, if parent has been built successfully
|
||||
triggers {
|
||||
upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master,Archiva/Archiva-TLP-Gitbox/archiva-components/master', threshold: hudson.model.Result.SUCCESS)
|
||||
upstream(upstreamProjects: 'Archiva/archiva-projects/archiva-parent/master,Archiva/archiva-projects/archiva-components/master', threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
durabilityHint('PERFORMANCE_OPTIMIZED')
|
||||
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))
|
||||
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '2'))
|
||||
timeout(time: 120, unit: 'MINUTES')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue