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

commit c1f53b63a2ca63ff9096d8cde8de8d403b3c86d8
Author: rfscholte <[email protected]>
AuthorDate: Sat Sep 26 12:38:27 2020 +0200

    Spaces instead of tabs
---
 vars/asfMavenTlpStdBuild.groovy | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index ac3ce61..2fd3354 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -33,7 +33,7 @@ def call(Map params = [:]) {
 
     // now determine the matrix of parallel builds
     def oses = params.containsKey('os') ? params.os : ['linux', 'windows']
-       // minimum, LTS, current and next ea
+    // minimum, LTS, current and next ea
     def jdks = params.containsKey('jdks') ? params.jdks : 
params.containsKey('jdk') ? params.jdk : ['7','8','11'] 
//['7','8','11','14','15']
     def maven = params.containsKey('maven') ? params.maven : '3.x.x'
     // def failFast = params.containsKey('failFast') ? params.failFast : true
@@ -135,9 +135,9 @@ def call(Map params = [:]) {
               } finally {
                 try {
                   cleanWs()
-               } catch(IOException e) {
-                 echo "Failed to clean up workspace: ${e}"
-               }
+                } catch(IOException e) {
+                  echo "Failed to clean up workspace: ${e}"
+                }
               }
             }
           }
@@ -179,7 +179,7 @@ def call(Map params = [:]) {
       echo "***** FAST FAILURE *****\n\nFast failure triggered by 
${failingFast}\n\n***** FAST FAILURE *****"
     }
     stage("Notifications") {
-         jenkinsNotify()
+      jenkinsNotify()
     }
   }
 }

Reply via email to