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 5b02176de0 Update Jenkinsfile
5b02176de0 is described below
commit 5b02176de0e43744e898633cad73f18dc0cf1f1d
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Tue Sep 9 07:31:34 2025 -0400
Update Jenkinsfile
---
.jenkins/Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index 365e01c259..ec8ce7f48a 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -17,6 +17,7 @@
def doTest(env, target = "test") {
sh """
java -version
+ git checkout develop
./gradlew ${target}
"""
}