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

slachiewicz pushed a commit to branch MNG-6481
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 5844c6e5b501dfe8befb0674fb84256ddb36eb21
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Oct 15 00:16:41 2018 +0200

    [MNG-6481] Run Maven Core Integration Tests with Java 7, 8 and 11
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index fe3791b..db9d78e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,9 +23,9 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.5.4'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8', '9']
+def runITsJdks = ['7', '8', '11']
 def runITsMvn = '3.5.4'
-def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
+def runITscommand = "mvn clean install -Drat.skip=true -Dcheckstyle.skip=true 
-Prun-its,embedded -B -U -V" // -DmavenDistro=... 
-Dmaven.test.failure.ignore=true
 def tests
 
 try {

Reply via email to