mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
fffe1bbb7a
commit
4a1a33badb
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -16,5 +16,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('run') {
|
||||
steps {
|
||||
sh './mvnw spring-boot:run'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue