You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/23 01:41:26 UTC

[iotdb] 01/01: try to fix jenkins

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

haonan pushed a commit to branch fix_jenkins
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 0028835ad66b77c7fd2626d54c39e2b9c91feae9
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Nov 23 09:41:11 2022 +0800

    try to fix jenkins
---
 Jenkinsfile | 36 ++++++++++++++++++------------------
 pom.xml     |  2 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1943bd9991..15721ff37a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,27 +79,27 @@ pipeline {
             }
         }
 
-        stage('Build (not master)') {
-            when {
-                expression {
-                    env.BRANCH_NAME != 'master'
-                }
-            }
-            steps {
-                echo 'Building'
-                sh 'mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
-            }
-            post {
-                always {
-                    junit(testResults: '**/surefire-reports/*.xml', allowEmptyResults: true)
-                    junit(testResults: '**/failsafe-reports/*.xml', allowEmptyResults: true)
-                }
-            }
-        }
+//         stage('Build (not master)') {
+//             when {
+//                 expression {
+//                     env.BRANCH_NAME != 'master'
+//                 }
+//             }
+//             steps {
+//                 echo 'Building'
+//                 sh 'mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
+//             }
+//             post {
+//                 always {
+//                     junit(testResults: '**/surefire-reports/*.xml', allowEmptyResults: true)
+//                     junit(testResults: '**/failsafe-reports/*.xml', allowEmptyResults: true)
+//                 }
+//             }
+//         }
 
         stage('Build') {
             when {
-                branch 'master'
+                branch 'fix_jenkins'
             }
             steps {
                 echo 'Building'
diff --git a/pom.xml b/pom.xml
index 08f69ddb7c..c8d0a614ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <module>compile-tools</module>
         <module>client-cpp</module>
         <module>metrics</module>
-        <module>integration</module>
+<!--        <module>integration</module>-->
         <module>integration-test</module>
         <module>consensus</module>
         <module>external-pipe-api</module>