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
aa4ccf0ca2
commit
0e15175742
1 changed files with 10 additions and 1 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -18,6 +18,15 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
when{
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
echo 'Deployment'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue