mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkins
This commit is contained in:
parent
74b757e7ad
commit
c1f21950f3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline{
|
||||||
sh './mvnw install'
|
sh './mvnw install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('master-branch-stuff'){
|
stage('Deploy'){
|
||||||
agent any
|
agent any
|
||||||
when{
|
when{
|
||||||
branch 'master'
|
branch 'master'
|
||||||
|
|
Loading…
Reference in a new issue