diff --git a/jenkins-d b/jenkins-d new file mode 100644 index 0000000000..429fb03c46 --- /dev/null +++ b/jenkins-d @@ -0,0 +1,11 @@ +pipeline{ + agent any + stages{ + stage("Git Checkout"){ + steps{ + git 'https://github.com/vidyasagarkolusu/myweb' + + } + } + } +}