Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilpowar17 committed Sep 21, 2023
1 parent 3530a27 commit 577ccd6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions buildenv/jenkins/jck_sync
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 577ccd6

Please sign in to comment.