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
89bb0f1514
commit
74b757e7ad
1 changed files with 9 additions and 0 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -18,5 +18,14 @@ pipeline{
|
|||
sh './mvnw install'
|
||||
}
|
||||
}
|
||||
stage('master-branch-stuff'){
|
||||
agent any
|
||||
when{
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
sh './mvnw deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue