]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
CI: Rename 'master' node to 'built-in'
authorGeorge Joseph <gjoseph@digium.com>
Mon, 8 Nov 2021 13:00:55 +0000 (06:00 -0700)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 9 Nov 2021 14:58:35 +0000 (08:58 -0600)
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

index d9b0cef56bece8bc4bdc26d7ecf9ddee207d87f6..efba928a95ca204d4fd477c829d188a127e94500 100644 (file)
@@ -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')]) {