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
2df32d6f47
commit
a62bec2110
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue