mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +00:00
Added Jenkinsfile
This commit is contained in:
parent
c30611ca16
commit
30d11a6973
1 changed files with 18 additions and 19 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -6,6 +6,7 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'mvn test'
|
||||
|
@ -25,9 +26,7 @@ pipeline {
|
|||
steps {
|
||||
sh './mvnw deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue