You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/04/14 06:37:26 UTC

[incubator-iotdb] 01/01: temporary disable this stage because VUEPRESS takes too much memory

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

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

commit 634373508b1fa7e1af19701e37ea60b5f01ae607
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Apr 14 14:37:01 2020 +0800

    temporary disable this stage because VUEPRESS takes too much memory
---
 Jenkinsfile | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b33d331..a4dcb25 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -135,26 +135,27 @@ pipeline {
             }
         }
 
-        stage('Deploy site') {
-            when {
-                branch 'master'
-            }
-            // Only the nodes labeled 'git-websites' have the credentials to commit to the.
-            agent {
-                node {
-                    label 'git-websites'
-                }
-            }
-            steps {
-                // Publish the site with the scm-publish plugin.
-                sh 'mvn package scm-publish:publish-scm -pl site'
-
-                // Clean up the snapshots directory (freeing up more space after deploying).
-                dir("target") {
-                    deleteDir()
-                }
-            }
-        }
+        //temporary disable this stage because VUEPRESS takes too much memory
+//        stage('Deploy site') {
+//            when {
+//                branch 'master'
+//            }
+//            // Only the nodes labeled 'git-websites' have the credentials to commit to the.
+//            agent {
+//                node {
+//                    label 'git-websites'
+//                }
+//            }
+//            steps {
+//                // Publish the site with the scm-publish plugin.
+//                sh 'mvn package scm-publish:publish-scm -pl site'
+//
+//                // Clean up the snapshots directory (freeing up more space after deploying).
+//                dir("target") {
+//                    deleteDir()
+//                }
+//            }
+//        }
 
 
         stage('Cleanup') {