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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 97e79eb  fix }
97e79eb is described below

commit 97e79eb867e8a731880e5c6c2e01f77505cffc3c
Author: rfscholte <[email protected]>
AuthorDate: Sat Sep 26 11:43:17 2020 +0200

    fix }
---
 vars/asfMavenTlpStdBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index aed3d8c..bf4a0b1 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -150,8 +150,8 @@ def call(Map params = [:]) {
           }
         }
       }
-    }
-    // run the parallel builds
+
+          // run the parallel builds
     parallel(tasks)
 
     // JENKINS-34376 seems to make it hard to detect the aborted builds

Reply via email to