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 957f3b7 commit 5b6321b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -12,7 +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'
@@ -89,4 +89,4 @@ pipeline {
error "Aborting build since tag doesn't match pattern '${tag_pattern}'"
}
}
}

0 comments on commit 5b6321b

Please sign in to comment.