This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 4d43de1 build fix 4d43de1 is described below commit 4d43de16eace911ba4c0c4e19680bb98c6e8e1e2 Author: Tibor17 <tibordig...@apache.org> AuthorDate: Thu Oct 25 20:48:03 2018 +0200 build fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a26ab04..cfc85e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ oses.eachWithIndex { osMapping, indexOfOs -> stages[stageKey] = { node(label) { timestamps { - def boolean makeReports = indexOfOs = 0 && indexOfMaven == 0 && indexOfJdk == 0 + def boolean makeReports = indexOfOs == 0 && indexOfMaven == 0 && indexOfJdk == 0 def failsafeItPort = 8000 + 100 * indexOfMaven + 10 * indexOfJdk def allOptions = options + ["-Dfailsafe-integration-test-port=${failsafeItPort}", "-Dfailsafe-integration-test-stop-port=${1 + failsafeItPort}"] buildProcess(stageKey, jdkName, jdkTestName, mvnName, goals, allOptions, mavenOpts, makeReports)