mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +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{
|
||||
stage("build"){
|
||||
steps{
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true complie'
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true compile'
|
||||
}
|
||||
}
|
||||
stage("test"){
|
||||
|
@ -20,7 +20,7 @@ pipeline{
|
|||
}
|
||||
stage('package'){
|
||||
steps{
|
||||
sh 'mvn package'
|
||||
sh 'mvn -Dmaven.test.failure.ingore=true package'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue