mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
72673dfb8d
commit
960be18c62
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue