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 836d387  Use ci-ubuntu for the Ubuntu PR CI build (#295)
836d387 is described below

commit 836d387a37e33c7d02614f88a66f4014385e761a
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Thu Nov 16 16:34:26 2023 -0600

    Use ci-ubuntu for the Ubuntu PR CI build (#295)
---
 jenkins/github/ubuntu.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/ubuntu.pipeline b/jenkins/github/ubuntu.pipeline
index 5f85d38..ead62ef 100644
--- a/jenkins/github/ubuntu.pipeline
+++ b/jenkins/github/ubuntu.pipeline
@@ -57,7 +57,7 @@ pipeline {
                             export CC="clang"
                             export CXX="clang++"
 
-                            cmake -B build --preset ci
+                            cmake -B build --preset ci-ubuntu
                             cmake --build build -v
                             cmake --install build
                             pushd build

Reply via email to