mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Heuu
This commit is contained in:
parent
bb9b6e3e8e
commit
5db073f022
1 changed files with 17 additions and 16 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -37,10 +37,11 @@ pipeline {
|
|||
sh 'mvn sonar:sonar'
|
||||
}
|
||||
}
|
||||
sleep 30
|
||||
}
|
||||
},
|
||||
"performance-tests": {
|
||||
node("test") {
|
||||
node("build") {
|
||||
echo "performance tests"
|
||||
sh "ls -rtl"
|
||||
sleep 20
|
||||
|
|
Loading…
Reference in a new issue