Change target agent during tests

This commit is contained in:
Michaël Pailloncy 2017-03-06 17:53:07 +01:00
parent 504f9fa523
commit f3ba8fba2d

2
Jenkinsfile vendored
View file

@ -40,7 +40,7 @@ pipeline {
} }
}, },
"performance-tests": { "performance-tests": {
node("build") { node("test") {
echo "performance tests" echo "performance tests"
sleep 20 sleep 20
} }