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 53f0f80  add path exports to cache-tests.pipeline
     new e006db6  Merge pull request #278 from traeak/main
53f0f80 is described below

commit 53f0f802c6637126d4f381e8990e3f7013241ae0
Author: Brian Olsen <bnol...@gmail.com>
AuthorDate: Tue Oct 31 11:47:02 2023 -0600

    add path exports to cache-tests.pipeline
---
 jenkins/branch/cache-tests.pipeline | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jenkins/branch/cache-tests.pipeline 
b/jenkins/branch/cache-tests.pipeline
index 3b01e97..b89ee03 100644
--- a/jenkins/branch/cache-tests.pipeline
+++ b/jenkins/branch/cache-tests.pipeline
@@ -52,6 +52,7 @@ pipeline {
                                                }
 
                                                sh '''
+                                                       export 
PATH=/opt/bin:${PATH}
                                                        chmod -R o+r .
 
                                                        if [ -d cmake ]
@@ -79,6 +80,7 @@ pipeline {
                                dir('src') {
                                        script {
                                                sh '''
+                                                       export 
PATH=/opt/bin:${PATH}
                                                        cd /cache-tests
                                                        mkdir -p 
${WORKSPACE}/output
                                                        if [ -x 
/opt/ats/bin/traffic_manager ]

Reply via email to