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 d171efd  branch cmake: add /opt/bin to PATH (#161)
d171efd is described below

commit d171efd39b46314391023067074b3e3015d81777
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Thu May 4 14:05:58 2023 -0500

    branch cmake: add /opt/bin to PATH (#161)
---
 jenkins/branch/cmake.pipeline | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/branch/cmake.pipeline b/jenkins/branch/cmake.pipeline
index ca56720..80d7d5f 100644
--- a/jenkins/branch/cmake.pipeline
+++ b/jenkins/branch/cmake.pipeline
@@ -65,6 +65,7 @@ pipeline {
                                        echo "Building"
                                        sh '''
                                        set -x
+                                       export PATH=/opt/bin:${PATH}
                                        source ../ci/jenkins/bin/environment.sh
                                        ../ci/jenkins/bin/cmake.sh
                                        '''

Reply via email to