This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch snapshot/2.0.0-250109 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit a59df8fdf5d5d4a2b982a07ca93e011a96acdcd2 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 {
