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

[incubator-iotdb] branch disable_site_auto_deploy created (now 5bd86a7)

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

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


      at 5bd86a7  disable auto deploy the website because of vuepress OOM

This branch includes the following new commits:

     new 5bd86a7  disable auto deploy the website because of vuepress OOM

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.



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

Posted by hx...@apache.org.
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') {