mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
added comma
This commit is contained in:
parent
ef22020be8
commit
ed923fd3d2
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps{
|
steps{
|
||||||
sh "mvn package"
|
sh "mvn package"
|
||||||
|
@ -24,5 +24,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue