Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
update
  • Loading branch information
mukuljoshi01 authored Dec 24, 2024
1 parent b88c0da commit 70770d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline{
stage("Code clone"){
steps{
sh "whoami"
clone("https://github.com/LondheShubham153/django-notes-app.git","main")
clone("https://github.com/mukuljoshi01/django-notes-app.git","main")
}
}
stage("Code Build"){
Expand Down

0 comments on commit 70770d6

Please sign in to comment.