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 bec8f78 cache-tests: change target to ci.trafficserver.apache.org
new ec3a008 Merge pull request #110 from traeak/cache_tests
bec8f78 is described below
commit bec8f782b402b5921f83aae8416b2d186567cdb8
Author: Brian Olsen <[email protected]>
AuthorDate: Mon Aug 29 15:01:23 2022 +0000
cache-tests: change target to ci.trafficserver.apache.org
---
jenkins/branch/cache-tests.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/branch/cache-tests.pipeline
b/jenkins/branch/cache-tests.pipeline
index 11793f5..4104043 100644
--- a/jenkins/branch/cache-tests.pipeline
+++ b/jenkins/branch/cache-tests.pipeline
@@ -56,7 +56,7 @@ pipeline {
autoreconf -fiv
./configure
--prefix=/opt/ats --enable-ccache
make -j4 install
- echo 'map /
https://jenkins.trafficserver.org/cache-tests/' >> \
+ echo 'map /
https://ci.trafficserver.apache.org/cache-tests/' >> \
/opt/ats/etc/trafficserver/remap.config
'''
}