mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a898e2502a
commit
d08ac0ccd0
1 changed files with 0 additions and 3 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -20,9 +20,6 @@ pipeline {
|
||||||
|
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
|
||||||
branch "master"
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
echo 'Deploying stage has been executed'
|
echo 'Deploying stage has been executed'
|
||||||
bat 'make publish'
|
bat 'make publish'
|
||||||
|
|
Loading…
Reference in a new issue