mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55: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
|
// START : Stages
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
stage('build package') {
|
|
||||||
steps {
|
|
||||||
sh 'mvn validate compile test'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('build package') {
|
||||||
|
steps {
|
||||||
|
sh 'mvn validate compile test'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('build image') {
|
stage('build image') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue