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-components-spring-apacheds.git


The following commit(s) were added to refs/heads/master by this push:
     new 2dc4f6e  reduce history
2dc4f6e is described below

commit 2dc4f6e4c07440a03b77a6133df15687ecb6051f
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 29 09:35:32 2018 +1000

    reduce history
---
 Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index d36faae..fb53c84 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,6 +28,11 @@ def buildJdk = 'JDK 1.8 (latest)'
 def buildMvn = 'Maven 3.5.2'
 def deploySettings = 'archiva-uid-jenkins'
 
+options {
+    disableConcurrentBuilds()
+    buildDiscarder(logRotator(numToKeepStr: '3', artifactNumToKeepStr: '2'))
+}
+
 node(labels) {
 
     cleanWs()

Reply via email to