mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45: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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
maven 'Maven'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Merge Request Pipeline') {
|
stage('Merge Request Pipeline') {
|
||||||
when {
|
when {
|
||||||
|
|
Loading…
Reference in a new issue