From 301647788e490bf129439f7b2516d8d19029e466 Mon Sep 17 00:00:00 2001 From: George Joseph <gjoseph@digium.com> Date: Mon, 8 Nov 2021 06:00:55 -0700 Subject: [PATCH] CI: Rename 'master' node to 'built-in' Jenkins renamed the 'master' node to 'built-in' in version 2.319 so we have to adjust as well. Change-Id: Ice663c3a66d0eedf76e8e5fe530328455991ec25 --- tests/CI/universal-asterisk-nongerrit.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CI/universal-asterisk-nongerrit.jenkinsfile b/tests/CI/universal-asterisk-nongerrit.jenkinsfile index d9b0cef56b..efba928a95 100644 --- a/tests/CI/universal-asterisk-nongerrit.jenkinsfile +++ b/tests/CI/universal-asterisk-nongerrit.jenkinsfile @@ -175,10 +175,10 @@ Map merge(Map onto, Map... overrides) { /* * The job setup steps such as reading the config file and merging the - * defaults can be done on the "master" node before we send the job off + * defaults can be done on the "built-in" node before we send the job off * to an agent. */ -node('master') { +node('built-in') { def tempJobConfig configFileProvider([configFile(fileId: 'jobConfig', replaceTokens: true, variable: 'JOB_CONFIG_FILE')]) { -- GitLab