This is an automated email from the ASF dual-hosted git repository.
reddycharan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 7c24301 Update maven version to 3.6.2 for Jenkins
7c24301 is described below
commit 7c24301856fcc502ae2c595195cf48ac62ffe47d
Author: karanmehta93 <[email protected]>
AuthorDate: Thu Oct 17 14:38:37 2019 -0700
Update maven version to 3.6.2 for Jenkins
Descriptions of the changes in this PR:
### Motivation
Update maven version to 3.6.2 for Jenkins build environments, since maven
3.6.0 is no longer available in the environment.
Reviewers: Enrico Olivelli <[email protected]>, Charan Reddy Guttapalem
<[email protected]>
This closes #2181 from karanmehta93/updateMavenVersion
---
.test-infra/jenkins/common_job_properties.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.test-infra/jenkins/common_job_properties.groovy
b/.test-infra/jenkins/common_job_properties.groovy
index 5464270..e38bd9a 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -179,7 +179,7 @@ class common_job_properties {
}
// Sets common config for Maven jobs.
- static void setMavenConfig(context, mavenInstallation='Maven 3.6.0',
mavenOpts='-Xmx4096m -Xms2048m') {
+ static void setMavenConfig(context, mavenInstallation='Maven 3.6.2',
mavenOpts='-Xmx4096m -Xms2048m') {
context.mavenInstallation(mavenInstallation)
context.mavenOpts('-Dorg.slf4j.simpleLogger.showDateTime=true')
context.mavenOpts('-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd\\\'T\\\'HH:mm:ss.SSS')