From d1e3c74d1d08933b022a68b84bd7815379cbc984 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Wed, 11 May 2022 12:45:28 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 61fa8162..93bfc2ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { imagename = imagename() if(env.BRANCH_NAME == "main") { tag = "latest" - } else if (env.BRANCH_NAME == "2.6.9) { + } else if (env.BRANCH_NAME == "2.6.9") { handleError("skipping docker image build of 2.6.9, not released yet.") } else { tag = env.BRANCH_NAME