mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
test
This commit is contained in:
parent
aa6da67115
commit
38282b4383
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ pipeline {
|
|||
steps {
|
||||
echo 'Hello xzxxzx world!'
|
||||
sh 'ls -a'
|
||||
withGradle(){
|
||||
sh './gradlew test'
|
||||
}
|
||||
sh './gradlew test'
|
||||
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue