This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/buildfix by this push:
new 15d5aed investigating build failure
15d5aed is described below
commit 15d5aed7b06f9dcd7c61e5b8ad37f81641f4dfb5
Author: tibordigana <[email protected]>
AuthorDate: Thu Jul 18 14:33:03 2019 +0200
investigating build failure
---
Jenkinsfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index abaf6f3..ae3ab93 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,8 +25,7 @@ properties(
artifactNumToKeepStr: '50',
daysToKeepStr: env.BRANCH_NAME == 'master' ?
'10' : '5',
numToKeepStr: env.BRANCH_NAME == 'master' ?
'5' : '3')
- ),
- disableConcurrentBuilds()
+ )
]
)