Commit 7d0c369d authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Update Jenkinsfile

parent bbe05b0d
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
script { script {
echo "cloning my app" echo "cloning my app"
sh "rm -rf *" sh "rm -rf *"
git branch: 'main', url: 'https://gitlab.com/mshussainn/cicdtask.git' git branch: 'master', url: 'https://gitlab.mynisum.com/isahmed/nisum-cicd-task.git'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment