mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
added jenkins
This commit is contained in:
parent
cfa6748d17
commit
0ad36ba9ff
1 changed files with 5 additions and 0 deletions
5
jenkinsfile
Normal file
5
jenkinsfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
node {
|
||||
stage('scm'){
|
||||
git 'https://github.com/seshi7/spring-petclinic.git'
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue