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