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

bnolsen 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 07d1520  add debug to print out the env var (#361)
07d1520 is described below

commit 07d1520e5b8052b8212f0a1640ed06564820483f
Author: Brian Olsen <[email protected]>
AuthorDate: Wed Nov 20 06:15:58 2024 -0700

    add debug to print out the env var (#361)
---
 jenkins/github/github_polling.pipeline | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jenkins/github/github_polling.pipeline 
b/jenkins/github/github_polling.pipeline
index 5d99e65..6df1358 100644
--- a/jenkins/github/github_polling.pipeline
+++ b/jenkins/github/github_polling.pipeline
@@ -245,6 +245,8 @@ pipeline {
                                                        if (env.AUTEST_SHARDS) {
                                                                def nshards = 
env.AUTEST_SHARDS as int
 
+                                                               println 
"Checking autest comment: '${GITHUB_PR_COMMENT_BODY_MATCH}'"
+
                                                                // extract 
optional shard
                                                                mg = 
(GITHUB_PR_COMMENT_BODY_MATCH =~ /autest\W*(\d+)/)
                                                                if (mg) {

Reply via email to