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/06/12 03:50:59 UTC

[incubator-iotdb] 01/01: disable auto deploy the website because of vuepress OOM

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

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

commit 5bd86a76da29c88a8d724ab2cab7580980fedde3
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Jun 12 11:50:34 2020 +0800

    disable auto deploy the website because of vuepress OOM
---
 Jenkinsfile | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7f3f712..15fdc7e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -136,26 +136,26 @@ pipeline {
         }
 
         //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 -P site package scm-publish:publish-scm -pl site'
-
-                // Clean up the snapshots directory (freeing up more space after deploying).
-                dir("target") {
-                    deleteDir()
-                }
-            }
-        }
+//        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 -P site package scm-publish:publish-scm -pl site'
+//
+//                // Clean up the snapshots directory (freeing up more space after deploying).
+//                dir("target") {
+//                    deleteDir()
+//                }
+//            }
+//        }
 
 
         stage('Cleanup') {