mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
114932aeb2
commit
4369571d9a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ pipeline {
|
|||
stage('Clone') {
|
||||
steps {
|
||||
echo 'Cloning'
|
||||
git url: 'https://github.com/RolandBakunts/spring-petclinic.git'
|
||||
sh "git clone https://github.com/RolandBakunts/spring-petclinic.git"
|
||||
sh "./gradlew clean build"
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue