You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2021/11/01 15:24:32 UTC

[trafficserver-ci] branch main updated: Update clang-format-test.pipeline

This is an automated email from the ASF dual-hosted git repository.

eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bc91d1  Update clang-format-test.pipeline
1bc91d1 is described below

commit 1bc91d1f3282885db304f07026f06a2a909e29eb
Author: Evan Zelkowitz <ez...@apache.org>
AuthorDate: Mon Nov 1 09:24:25 2021 -0600

    Update clang-format-test.pipeline
---
 jenkins/github/clang-format-test.pipeline | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/github/clang-format-test.pipeline b/jenkins/github/clang-format-test.pipeline
index d1b1568..b3650af 100644
--- a/jenkins/github/clang-format-test.pipeline
+++ b/jenkins/github/clang-format-test.pipeline
@@ -32,6 +32,7 @@ pipeline {
                                 ]
                             ],
                         ],
+                        quietRemoteBranches: true,
                         userRemoteConfigs: [[url: github_url, refspec: '+refs/pull/*:refs/remotes/origin/pr/*']]])
 
                     sh 'git show -n 10 --decorate --graph --oneline --no-patch'