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 824c1b1 reduce history
824c1b1 is described below
commit 824c1b1728de5575a481c67f1f2cb76ae3f16688
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 22:00:49 2018 +1000
reduce history
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 949aee1..b91abfa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
label "${LABEL}"
}
options {
- buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr:
'10'))
+ buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr:
'5'))
}
stages {