JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 06:55:10 -08:00
parent 4369571d9a
commit 72673dfb8d

View file

@ -9,6 +9,7 @@ pipeline {
steps {
echo 'Cloning'
sh "git clone https://github.com/RolandBakunts/spring-petclinic.git"
sh "ls -a"
sh "./gradlew clean build"
// withGradle(){
// }