added jenkins

This commit is contained in:
seshi7 2020-05-19 05:22:23 +00:00
parent cfa6748d17
commit 0ad36ba9ff

5
jenkinsfile Normal file
View file

@ -0,0 +1,5 @@
node {
stage('scm'){
git 'https://github.com/seshi7/spring-petclinic.git'
}
}