JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 07:10:22 -08:00
parent 2df32d6f47
commit a62bec2110

2
Jenkinsfile vendored
View file

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