mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
added jenkins file
This commit is contained in:
parent
6ded3ac87b
commit
16d2f3ce2a
1 changed files with 12 additions and 0 deletions
12
src/Jenkinsfile
vendored
12
src/Jenkinsfile
vendored
|
@ -0,0 +1,12 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
|
||||
stage("Build"){
|
||||
steps {
|
||||
sh "./mvnw install"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue