mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
corrected mispelling
This commit is contained in:
parent
1f64f276f0
commit
40fdaf67a0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ pipeline{
|
||||||
stages{
|
stages{
|
||||||
stage("build"){
|
stage("build"){
|
||||||
steps{
|
steps{
|
||||||
sh 'mvn -Dmaven.test.failure.ignore=true complie'
|
sh 'mvn -Dmaven.test.failure.ignore=true compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("test"){
|
stage("test"){
|
||||||
|
@ -20,7 +20,7 @@ pipeline{
|
||||||
}
|
}
|
||||||
stage('package'){
|
stage('package'){
|
||||||
steps{
|
steps{
|
||||||
sh 'mvn package'
|
sh 'mvn -Dmaven.test.failure.ingore=true package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue