This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch EOL
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/EOL by this push:
new d5c43bd investigating single node configuration
d5c43bd is described below
commit d5c43bd75d43e26062216c97203ffccdd37cef1e
Author: tibordigana <[email protected]>
AuthorDate: Wed Jul 24 14:31:29 2019 +0200
investigating single node configuration
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 6b45be3..650c875 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,8 +22,8 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr:
'5', numToKeepStr: e
def buildOs = 'linux'
def buildJdk = '8'
def buildMvn = '3.6.0'
-def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8', '11','12']
+def runITsOses = ['linux']
+def runITsJdks = ['7']
def runITsMvn = '3.6.0'
def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" //
-DmavenDistro=... -Dmaven.test.failure.ignore=true
def tests