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