mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
fix jenkinsfile
This commit is contained in:
parent
34c66883f8
commit
355fc0afff
1 changed files with 4 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
maven 'Maven'
|
||||
}
|
||||
stages {
|
||||
stage('Merge Request Pipeline') {
|
||||
when {
|
||||
|
|
Loading…
Reference in a new issue