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 e75aa5a171 removed stacktrace and info
e75aa5a171 is described below
commit e75aa5a171428ba2d825b07a0ed97b5d3a7a9dd3
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Wed Nov 16 19:47:35 2022 -0800
removed stacktrace and info
---
.jenkins/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index 6ed4c0de56..bd1e492e1f 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -16,7 +16,7 @@
// under the License.
def doTest(env, target = "test") {
- sh """./gradlew --info --stacktrace ${target}"""
+ sh """./gradlew ${target}"""
}
pipeline {