Commit 18ddbe6b authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Update Jenkinsfile

parent f5fa9669
......@@ -10,5 +10,23 @@
//tools {
// maven 'Maven'
// }
}
\ No newline at end of file
stages {
stage("Cloning Code- GitLab") {
steps {
script {
echo "cloning Code from GitLab"
//sh "rm -rf *"
//git branch: 'master', url: 'https://gitlab.mynisum.com/isahmed/nisum-cicd-task.git'
}
}
}
}
//}
\ No newline at end of file
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