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

sai_boorlagadda 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 8846ee082d run only unsafe test
8846ee082d is described below

commit 8846ee082dbea52d679f20cbcf713790fed89589
Author: Sai Boorlagadda <sai.boorlaga...@gmail.com>
AuthorDate: Wed Nov 16 21:11:06 2022 -0800

    run only unsafe test
---
 .jenkins/Jenkinsfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index bd1e492e1f..3b91bdf1f5 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -16,7 +16,10 @@
 // under the License.
 
 def doTest(env, target = "test") {
-  sh """./gradlew ${target}"""
+  sh """
+  java -version
+  ./gradlew ${target}
+  """
 }
 
 pipeline {
@@ -28,7 +31,7 @@ pipeline {
             jdk 'jdk_1.8_latest'
       }
       steps {
-        doTest(env)
+        doTest(env, ":geode-unsafe:test")
       }
     }
   }

Reply via email to