[Asterisk-code-review] CI: Rename 'master' node to 'built-in' (asterisk[18])

George Joseph asteriskteam at digium.com
Tue Nov 9 09:13:27 CST 2021


George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/16688 )

Change subject: CI: Rename 'master' node to 'built-in'
......................................................................

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
---
M tests/CI/universal-asterisk-nongerrit.jenkinsfile
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/tests/CI/universal-asterisk-nongerrit.jenkinsfile b/tests/CI/universal-asterisk-nongerrit.jenkinsfile
index d9b0cef..efba928 100644
--- a/tests/CI/universal-asterisk-nongerrit.jenkinsfile
+++ b/tests/CI/universal-asterisk-nongerrit.jenkinsfile
@@ -175,10 +175,10 @@
 
 /*
  * 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')]) {

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16688
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: Ice663c3a66d0eedf76e8e5fe530328455991ec25
Gerrit-Change-Number: 16688
Gerrit-PatchSet: 2
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211109/4f196018/attachment.html>


More information about the asterisk-code-review mailing list