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 21, 2024
1 parent 2f117da commit 1d38f4e
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(){
git url: "https://github.com/DevMadhup/node-todo-cicd.git", branch: "master"
def call(String giturl, String branch){
git url: ${giturl}, branch: ${branch}
}

0 comments on commit 1d38f4e

Please sign in to comment.