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

elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.2.X by this push:
     new 7be068641 Fixed teh Jenkins file
7be068641 is described below

commit 7be068641cbdedd4b30e3789336e3fd9f7cf2c50
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Sep 11 13:59:35 2024 +0200

    Fixed teh Jenkins file
---
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5c54d6363..ea2cedd1c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,10 +18,6 @@
  */
 pipeline {
   agent none
-  options {
-    buildDiscarder(logRotator(numToKeepStr: '10'))
-    timeout(time: 8, unit: 'HOURS')
-  }
   tools {
     maven 'maven_3_latest'
     jdk params.jdkVersion

Reply via email to