mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
fixed syntax error
This commit is contained in:
parent
d6eb6e7770
commit
491c917a95
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -21,12 +21,12 @@ pipeline {
|
|||
/////////////////////////////////////////////////////////////////////
|
||||
// START : Stages
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
stage('build package') {
|
||||
steps {
|
||||
sh 'mvn validate compile test'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('build package') {
|
||||
steps {
|
||||
sh 'mvn validate compile test'
|
||||
}
|
||||
}
|
||||
stage('build image') {
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue