mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Updated deploy step
This commit is contained in:
parent
e9fad55e47
commit
ca05358888
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'mvn deploy:deploy'
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue