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