really parallel

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2018-02-01 16:27:43 +10:00
parent 99fc4ab471
commit 3fed7205fd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,8 +4,8 @@ def jdks = ["jdk8", "jdk9"]
def builds = [:]
for (def jdk in jdks) {
builds[jdk] = getFullBuild( jdk )
parallel builds
}
parallel builds
def getFullBuild(jdk) {
return {