This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 5dfa97337c236fcd38d26ad164f252eb3779edd5 Author: Haonan <[email protected]> AuthorDate: Thu Jan 9 10:44:07 2025 +0800 Fix jenkins error by disable build cpp temporarily --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2f074041..c45b117a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ pipeline { } steps { echo 'Building and Unit Test...' - sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java,with-cpp clean install" + sh "mvn ${MVN_TEST_FAIL_IGNORE} -P with-java clean install" } post { always {
