mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
updated jenkins
This commit is contained in:
parent
bc842c5b57
commit
bdae512c83
1 changed files with 6 additions and 2 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,10 +23,14 @@ pipeline {
|
|||
|
||||
stage('Deploy')
|
||||
{
|
||||
steps{
|
||||
when
|
||||
{
|
||||
branch 'master'
|
||||
}
|
||||
steps
|
||||
{
|
||||
sh'./mvnw deploy'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue