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 ae3dba2  env.CMAKE_PRESET -> ${CMAKE_PRESET} (#384)
ae3dba2 is described below

commit ae3dba2fc0847a84b39d92c9f93a0fb42c0d7add
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jul 23 22:15:04 2025 -0500

    env.CMAKE_PRESET -> ${CMAKE_PRESET} (#384)
---
 jenkins/branch/autest.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index c0ea690..fdca5dd 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -100,7 +100,7 @@ pipeline {
                                                        
presetpath="../ci/jenkins/branch/CMakePresets.json"
                                                        [ -f "${presetpath}" ] 
&& cp -f "${presetpath}" .
 
-                                                       cmake -B build --preset 
env.CMAKE_PRESET
+                                                       cmake -B build --preset 
${CMAKE_PRESET}
                                                        cmake --build build 
-j${NPROC} -v
                                                        cmake --install build -v
 

Reply via email to