This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 7c907c0 Use the right folder for storing Github analysis
7c907c0 is described below
commit 7c907c0113b5afd42eb666514ed1e9135950ee26
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 18 16:42:32 2017 -0600
Use the right folder for storing Github analysis
---
ci/jenkins/bin/clang-analyzer.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 5e75eae..5401b8e 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -43,6 +43,10 @@ checkers="-enable-checker alpha.unix.cstring.BufferOverlap \
test -z "${ATS_MAKE}" && ATS_MAKE="make"
test ! -z "${WORKSPACE}" && cd "${WORKSPACE}/src"
+# Check to see if this is a Github PR build (so not a github branch per-se)
+test "${JOB_NAME#*-github" != "${JOB_NAME}" && ATS_BRANCH=github
+
+
# Where to store the results, special case for the CI
output="/tmp"
test -w "/home/jenkins/clang-analyzer/${ATS_BRANCH}" &&
output="/home/jenkins/clang-analyzer/${ATS_BRANCH}"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].