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/01 01:46:12 UTC

[incubator-iotdb] branch master updated: fix jenkins

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 24b3d14  fix jenkins
24b3d14 is described below

commit 24b3d1419173888864ebef4b04997804b01f260b
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Apr 1 09:44:25 2020 +0800

    fix jenkins
---
 Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index efa6382..d784000 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -146,8 +146,6 @@ pipeline {
                 }
             }
             steps {
-                // Unstash the previously stashed site.
-                unstash 'incubator-iotdb-site'
                 // Publish the site with the scm-publish plugin.
                 sh 'mvn scm-publish:publish-scm -pl site'