Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
Review changes
  • Loading branch information
kapilpowar17 committed Sep 28, 2023
1 parent 2f97fba commit 7e0fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/jck_sync
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def syncJckMaterial(){
def JCK_GIT_BRANCH = params.JCK_GIT_BRANCH ? "-gb ${params.JCK_GIT_BRANCH}": ""
def ARTIFACTORY_URL = params.ARTIFACTORY_URL ? "-au ${params.ARTIFACTORY_URL}": ""
def JCK_GIT_REPO = params.JCK_GIT_REPO ? "-repo ${params.JCK_GIT_REPO}": ""
stage('Build') {
stage('JCKUpdater') {
script {
getJavaSDK()

Expand Down

0 comments on commit 7e0fa28

Please sign in to comment.