From 43f2def3dae43d34b3ec41f04ce105a26c7d0325 Mon Sep 17 00:00:00 2001
From: "michael.breu" <michael.breu@uibk.ac.at>
Date: Fri, 26 Feb 2021 17:20:18 +0100
Subject: [PATCH] Fixing

---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 41af71a74..92c49ef90 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
         scannerHome = tool 'SonarQube Scanner'
     }
    options {
-    buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
+       buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
    }
    tools {
         // Install the Maven version configured as "M3" and add it to the path.
@@ -19,6 +19,7 @@ pipeline {
                 }
       }
     }
+   }
 
   post {
 		failure {
-- 
GitLab