From a783a1a4402382834e087338457bef28bd99b2dc Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Mon, 8 Oct 2018 12:44:23 -0400
Subject: [PATCH] Update Jenkinsfile

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 0d52ba13..9b43e606 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,7 @@ pipeline {
                      handleError(message)
                   }
                 }
+            }
         }
         stage('Test') {
             steps {
@@ -70,6 +71,7 @@ pipeline {
                      handleError(message)
                    } 
                 }    
+             }
         }
         
         stage('Push') {