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

jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new d05cc65c Fix jenkins error by disable build cpp temporarily (#372)
d05cc65c is described below

commit d05cc65ccda24e9268eac9b1371f2c26d812c6b5
Author: Haonan <[email protected]>
AuthorDate: Thu Jan 9 10:45:48 2025 +0800

    Fix jenkins error by disable build cpp temporarily (#372)
---
 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 {

Reply via email to