mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
811a92862e
commit
1dab48bb26
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,10 +1,9 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Maven Install') {
|
||||
|
||||
stage('Maven Install') {
|
||||
steps {
|
||||
sh 'sudo mvn clean install'
|
||||
sh 'mvn clean install'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue