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