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:25 UTC

[iotdb] branch fix_jenkins created (now 0028835ad6)

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

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


      at 0028835ad6 try to fix jenkins

This branch includes the following new commits:

     new 0028835ad6 try to fix jenkins

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: try to fix jenkins

Posted by ha...@apache.org.
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>