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

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

commit 10ace8e600b12d5862aa6ed8f4cff783967ce8ea
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Jan 27 20:57:02 2019 +0100

    Test only on Linux
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5fbdda5..823a493 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: 
'5', numToKeepStr: e
 def buildOs = 'linux'
 def buildJdk = '11'
 def buildMvn = '3.6.0'
-def runITsOses = ['linux', 'windows']
+def runITsOses = ['linux']
 def runITsJdks = ['11']
 def runITsMvn = '3.6.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true

Reply via email to