diff --git a/buildenv/jenkins/jck_sync b/buildenv/jenkins/jck_sync index a30c2cfc9a..f729950f6c 100644 --- a/buildenv/jenkins/jck_sync +++ b/buildenv/jenkins/jck_sync @@ -41,15 +41,6 @@ timestamps{ } } -def getGitRepoBranch(defaultOwnerBranch, repo) { - String[] actualRepoBranch = defaultOwnerBranch.split(":") - String owner = actualRepoBranch[0].trim() - String repoURL = "https://github.com/${owner}/${repo}.git" - actualRepoBranch[0] = repoURL - actualRepoBranch[1] = actualRepoBranch[1].trim() - return actualRepoBranch -} - def forceCleanWS() { try { cleanWs disableDeferredWipeout: true, deleteDirs: true