mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Merge 0d6662e831
into ce262966e9
This commit is contained in:
commit
f9326428f1
1 changed files with 11 additions and 0 deletions
11
JenkinsFile
Normal file
11
JenkinsFile
Normal file
|
@ -0,0 +1,11 @@
|
|||
pipeline{
|
||||
agent { docker 'maven:3.5.2-alpine' }
|
||||
stages {
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
git 'https://github.com/dbmuse/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue