From f3ba8fba2db17da0a6213e5bbb89823514af166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Pailloncy?= Date: Mon, 6 Mar 2017 17:53:07 +0100 Subject: [PATCH] Change target agent during tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1e2af5402..50e7ec0dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } }, "performance-tests": { - node("build") { + node("test") { echo "performance tests" sleep 20 }