mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Change target agent during tests
This commit is contained in:
parent
504f9fa523
commit
f3ba8fba2d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"performance-tests": {
|
"performance-tests": {
|
||||||
node("build") {
|
node("test") {
|
||||||
echo "performance tests"
|
echo "performance tests"
|
||||||
sleep 20
|
sleep 20
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue