mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
test jenkins
This commit is contained in:
parent
2c16fc9019
commit
3a20e57910
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ pipeline {
|
|||
stage('Stage 1') {
|
||||
steps {
|
||||
echo 'Hello xzxxzx world!'
|
||||
withGradle(){
|
||||
sh './gradlew -v'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue