From 5f85998cec1922cfc0815f674f58b4b2a762493b Mon Sep 17 00:00:00 2001 From: Jake Rawsthorne Date: Fri, 29 Jul 2022 15:11:10 +0100 Subject: [PATCH] PCBC-874: Use correct agent label --- php/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Jenkinsfile b/php/Jenkinsfile index 2dc0a91..c8d77af 100644 --- a/php/Jenkinsfile +++ b/php/Jenkinsfile @@ -145,7 +145,7 @@ if (!SKIP_TESTS.toBoolean()) { for (t in THREAD_SAFETY_OPTIONS) { def THREAD_SAFETY = t cbverStages[CB_VERSION + "-" + CB_PHP_VERSION + "-" + THREAD_SAFETY] = { - node("qe-centos7") { + node("sdkqe-centos7") { stage("deps") { dir("php-build") { cbdep_config()