mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45: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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('build') {
|
||||
steps{
|
||||
sh "mvn package"
|
||||
|
@ -24,5 +24,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue