mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
69466280e0
commit
fccd7c72ff
1 changed files with 5 additions and 2 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,10 +1,13 @@
|
|||
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven 3.6.3'
|
||||
jdk 'Java 9.0.4'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'mvn clean'
|
||||
sh 'mvn clean install'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
|
Loading…
Reference in a new issue