Reduces stages to test deployment
diff --git a/Jenkinsfile b/Jenkinsfile
index 3ed1c72..b033808 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@
   options {
     buildDiscarder logRotator(daysToKeepStr: '14', numToKeepStr: '10')
     timeout(80)
-    disableConcurrentBuilds()
+    // disableConcurrentBuilds()
     skipStagesAfterUnstable()
   }
   triggers {
@@ -35,6 +35,7 @@
         }
       }
     }
+/*
     stage('Code Quality') {
       when {
         branch 'master'
@@ -56,6 +57,7 @@
         sh 'mvn -B source:jar javadoc:jar -DskipAssembbly'
       }
     }
+ */
     stage('Deploy Snapshot') {
       when {
         branch 'master'