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

hxd pushed a commit to branch jenkins-disable-integration
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 4ba008d8b4127dada756da0b09e7dde8d1da2fa1
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Dec 18 19:00:22 2022 +0800

    disable integration in jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 174639063d..94c337d50b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
             }
             steps {
                 echo 'Building and Unit Test...'
-                sh "mvn -T 1C ${MVN_TEST_FAIL_IGNORE} clean install -pl 
'!integration-test'"
+                sh "mvn -T 1C ${MVN_TEST_FAIL_IGNORE} clean install -pl 
'!integration-test' -DskipITs"
             }
             post {
                 always {

Reply via email to