Skip to content

Commit

Permalink
Update code_checkout.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMadhup authored May 12, 2024
1 parent c29ee11 commit 3bb7ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/code_checkout.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def call(String url, String branch){
git url: ${url}, branch: ${branch}
def call(){
git url: "https://github.com/DevMadhup/node-todo-cicd.git", branch: "master"
}

0 comments on commit 3bb7ed8

Please sign in to comment.