From 957f3b702131798ddfa3b48090e494bc19af4e38 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 16 Feb 2022 11:49:07 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 493e479..72d0058 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ def grouper_src_branch = "GROUPER_RELEASE_${git_tag}" node('docker') { +pipeline { if (git_tag ==~ tag_pattern ) { environment { JAVA_HOME='/home/centos/agent/tools/hudson.model.JDK/Corretto-JDK8/amazon-corretto-8.322.06.2-linux-x64' @@ -88,3 +89,4 @@ node('docker') { error "Aborting build since tag doesn't match pattern '${tag_pattern}'" } } +}