Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed Feb 16, 2022
1 parent 9d478f2 commit 957f3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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}'"
}
}
}

0 comments on commit 957f3b7

Please sign in to comment.