JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 06:50:01 -08:00
parent 114932aeb2
commit 4369571d9a

View file

@ -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(){
// }
}