This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new 0f9ed62f fix upstream projects and reduce size of artifacts backup:
0f9ed62f is described below
commit 0f9ed62f8085fd0eaac18316cc9c295880a8f004
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 24 10:24:58 2022 +1000
fix upstream projects and reduce size of artifacts backup:
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 6828aa47..9d05e088 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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')
}