JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 07:08:10 -08:00
parent 3403b37336
commit fb58af879d

3
Jenkinsfile vendored
View file

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