From: George Joseph Date: Mon, 8 Nov 2021 13:00:55 +0000 (-0700) Subject: CI: Rename 'master' node to 'built-in' X-Git-Tag: 16.23.0-rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd2fa851102728366bac1e90b77ecbae3c43631;p=thirdparty%2Fasterisk.git 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 --- 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')]) {