This is an automated email from the ASF dual-hosted git repository.
bneradt 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 a92b130 For old git in centos:7: --no-patch -> -s (#168)
a92b130 is described below
commit a92b130ffe424370db29bdd12e0ab757bc35cb8c
Author: Brian Neradt <[email protected]>
AuthorDate: Fri May 19 11:36:46 2023 -0500
For old git in centos:7: --no-patch -> -s (#168)
The old git in centos:7 doesn't recognize --no-patch
---
jenkins/github/centos.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index 86f359c..935168e 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -35,7 +35,7 @@ pipeline {
],
],
userRemoteConfigs: [[url: github_url, refspec:
'+refs/pull/*:refs/remotes/origin/pr/*']]])
- sh 'git show -n 10 --decorate --graph --oneline --no-patch'
+ sh 'git show -n 10 --decorate --graph --oneline -s'
}
echo 'Finished Cloning'
}