This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 0e383dfb2 reduce size
0e383dfb2 is described below
commit 0e383dfb2cf29da9a2780ac9c9a37139684f4137
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 24 10:32:01 2022 +1000
reduce size
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 4d69de99f..c2176f4ee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
label "${LABEL}"
}
options {
- buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'5'))
+ buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'2'))
}
stages {