From d054fc3c1ab19d601afe198383b1acd225a698a1 Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Wed, 11 May 2022 12:48:56 -0400
Subject: [PATCH] Update Jenkinsfile

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 3f0f4204..2b61a39d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
                        tag = "latest"
                     } else if (env.BRANCH_NAME == "2.6.9") {
                        // skip it for now
-                       currentBuild.setResult("SKIPPED")
+                       currentBuild.setResult("SUCCESS")
                        sh 'exit 1'       
                     } else {
                        tag = env.BRANCH_NAME