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}'" } } +}