Commit 8a4fe0b7 authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Update Jenkinsfile

parent 5e3eab70
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
steps { steps {
script { script {
echo "cloning Code from GitLab" echo "cloning Code from GitLab"
sh "rm -rf *" //sh "rm -rf *"
git branch: 'master', url: 'https://gitlab.mynisum.com/isahmed/nisum-cicd-task.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