JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 07:04:29 -08:00
parent 72673dfb8d
commit 960be18c62

View file

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Clone') {
steps {
echo 'Cloning'
echo 'Cloningf'
sh "git clone https://github.com/RolandBakunts/spring-petclinic.git"
sh "ls -a"
sh "./gradlew clean build"