diff --git a/tests/CI/universal-asterisk-nongerrit.jenkinsfile b/tests/CI/universal-asterisk-nongerrit.jenkinsfile index d9b0cef56bece8bc4bdc26d7ecf9ddee207d87f6..efba928a95ca204d4fd477c829d188a127e94500 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')]) {