This is an automated email from the ASF dual-hosted git repository.

jinwoo pushed a commit to branch feature/GEODE-10433
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-10433 by this 
push:
     new e816021944 Update Jenkinsfile
e816021944 is described below

commit e816021944e6b91504f536e5c2a177c1aa845259
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Sep 4 07:37:49 2025 -0400

    Update Jenkinsfile
    
    build test
---
 .jenkins/Jenkinsfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index 77c844df01..365e01c259 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -30,8 +30,9 @@ pipeline {
             jdk 'jdk_1.8_latest'
       }
       steps {
-        doTest(env, ":geode-unsafe:test")
+        //doTest(env, ":geode-unsafe:test")
+        doTest(env, "build")
       }
     }
   }
-}
\ No newline at end of file
+}

Reply via email to