This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f7dd050 Upgrade Jenkins jobs to use Maven 3.5.2
f7dd050 is described below
commit f7dd0505efe88a28f020ffc88c993589f48b3f98
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 24 21:44:20 2018 +0100
Upgrade Jenkins jobs to use Maven 3.5.2
---
.test-infra/jenkins/common_job_properties.groovy | 2 +-
.../jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.test-infra/jenkins/common_job_properties.groovy
b/.test-infra/jenkins/common_job_properties.groovy
index edcff32..72f33be 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -166,7 +166,7 @@ class common_job_properties {
}
// Sets common config for Maven jobs.
- static void setMavenConfig(context, String mavenInstallation='Maven 3.3.3') {
+ static void setMavenConfig(context, String mavenInstallation='Maven 3.5.2') {
context.mavenInstallation(mavenInstallation)
context.mavenOpts('-Dorg.slf4j.simpleLogger.showDateTime=true')
context.mavenOpts('-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd\\\'T\\\'HH:mm:ss.SSS')
diff --git
a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
index f1ba704..8dfaa85 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
@@ -29,7 +29,7 @@ mavenJob('beam_PostCommit_Java_MavenInstall_Windows') {
common_job_properties.setTopLevelMainJobProperties(delegate, 'master', 100,
'Windows')
// Set Maven parameters. Note the usage of the Windows Maven installation
- common_job_properties.setMavenConfig(delegate, 'Maven 3.3.3 (Windows)')
+ common_job_properties.setMavenConfig(delegate, 'Maven 3.5.2 (Windows)')
// Sets that this is a PostCommit job.
// TODO(BEAM-1042, BEAM-1045, BEAM-2269, BEAM-2299) Turn notifications back
on once fixed.
--
To stop receiving notification emails like this one, please contact
[email protected].