mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
added comma
This commit is contained in:
parent
f7d9dca890
commit
72b32d2c07
1 changed files with 1 additions and 2 deletions
|
@ -9,14 +9,13 @@ pipeline {
|
||||||
steps{
|
steps{
|
||||||
git url: 'https://github.com/shaiksohail11/spring-petclinic.git',
|
git url: 'https://github.com/shaiksohail11/spring-petclinic.git',
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps{
|
steps{
|
||||||
sh 'mvn package'
|
sh "mvn package"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue