mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-11 12:31:11 +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…
Add table
Add a link
Reference in a new issue