diff --git a/Jenkinsfile b/Jenkinsfile
index 41af71a74c626310762fa2f68a0ebdfc0dc89602..92c49ef901c8592407f7a5a14e0d3ee1052eefcb 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 {