JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 07:08:52 -08:00
parent fb58af879d
commit 2df32d6f47

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
stage('Clone') {
steps {
echo 'cfscfs cfscfs csfc!'
sh 'rm -rf .git'
sh 'ls -a'
sh "git clone https://github.com/RolandBakunts/spring-petclinic.git"
sh "ls -a"
sh "./gradlew clean build"