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

commit 7026e83ca0d5fdbeb73e9a538909fd50053846ce
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jul 23 21:57:28 2025 -0500

    ${env.CMAKE_PRESET} -> env.CMAKE_PRESET (#383)
---
 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 70288d0..c0ea690 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 
env.CMAKE_PRESET
                                                        cmake --build build 
-j${NPROC} -v
                                                        cmake --install build -v
 

Reply via email to