This is an automated email from the ASF dual-hosted git repository.

tillt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ee6bdd  Updated Jenkinsfile for packaging again to activate logrotate.
9ee6bdd is described below

commit 9ee6bddc8b28eeef3d4cedda959aa1cedf9fbd47
Author: Till Toenshoff <[email protected]>
AuthorDate: Tue Jun 11 15:34:53 2019 +0200

    Updated Jenkinsfile for packaging again to activate logrotate.
---
 support/jenkins/Jenkinsfile-packaging-centos | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/support/jenkins/Jenkinsfile-packaging-centos 
b/support/jenkins/Jenkinsfile-packaging-centos
index f468b24..aa8f37f 100644
--- a/support/jenkins/Jenkinsfile-packaging-centos
+++ b/support/jenkins/Jenkinsfile-packaging-centos
@@ -1,8 +1,6 @@
 #!groovy
 
-options {
-  buildDiscarder(logRotator(daysToKeepStr: '30'))
-}
+properties [[$class: 'BuildDiscarderProperty', strategy: [$class: 
'LogRotator', daysToKeepStr: '30']], [$class: 'ScannerJobProperty', doNotScan: 
false]]
 
 if (env.NODE_LABELS == null) {
   env.NODE_LABELS = "(ubuntu)&&(!ubuntu-us1)&&(!ubuntu-eu2)&&(!qnode3)&&(!H23)"

Reply via email to