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 40a45676a1 change to info
40a45676a1 is described below
commit 40a45676a16fef2eab23969c8886974603aea3dd
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Wed Nov 16 17:43:30 2022 -0800
change to info
---
.jenkins/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile
index 3f2ec87b89..6ed4c0de56 100644
--- a/.jenkins/Jenkinsfile
+++ b/.jenkins/Jenkinsfile
@@ -16,7 +16,7 @@
// under the License.
def doTest(env, target = "test") {
- sh """./gradlew --debug ${target}"""
+ sh """./gradlew --info --stacktrace ${target}"""
}
pipeline {