Skip to content
Snippets Groups Projects
Commit f1f23bbe authored by George Joseph's avatar George Joseph Committed by Friendly Automation
Browse files

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
parent b8db1dae
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
......@@ -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')]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment