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

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


The following commit(s) were added to refs/heads/master by this push:
     new d674035  [hotfix] Delete useless code in Jenkinsfile
d674035 is described below

commit d674035cc16475c858e6db246e9749ab35d15966
Author: ZhangZhanchun <[email protected]>
AuthorDate: Sun Aug 16 23:43:03 2020 +0800

    [hotfix] Delete useless code in Jenkinsfile
    
    Signed-off-by: ZhangZhanchun <[email protected]>
---
 Jenkinsfile | 37 +------------------------------------
 1 file changed, 1 insertion(+), 36 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8d51c4b..6e1ae99 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,7 +84,7 @@ pipeline {
                 echo 'Building'
                 sh 'mvn clean'
                 // We'll deploy to a relative directory so we can
-                // deploy new versions only if the entrie build succeeds
+                // deploy new versions only if the entire build succeeds
                 sh 'mvn ${MVN_TEST_FAIL_IGNORE} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy'
             }
             post {
@@ -95,18 +95,6 @@ pipeline {
             }
         }
 
-//        stage('Code Quality') {
-//            when {
-//                branch 'master'
-//            }
-//            steps {
-//                echo 'Checking Code Quality'
-//                withSonarQubeEnv('ASF Sonar Analysis') {
-//                    sh 'mvn sonar:sonar'
-//                }
-//            }
-//        }
-
         stage('Code Quality') {
             when {
                 branch 'master'
@@ -136,29 +124,6 @@ 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('Cleanup') {
             steps {
                 echo 'Cleaning up the workspace'

Reply via email to