From b347e192d3e0413a74c1f226e86c216c245247b1 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 23 Aug 2021 14:06:55 +0100 Subject: [PATCH] Jenkinsfile: Update to new Jenkins terminology The Jenkins master is now known as the controller and the agent it provides is called "built-in". Signed-off-by: Rob Bradford --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3940f41f5..b09cfc45d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline{ agent none stages { stage ('Early checks') { - agent { node { label 'master' } } + agent { node { label 'built-in' } } stages { stage ('Check for RFC/WIP builds') { when {