This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch fix_jenkins in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit d7313d2f6b4c35fa7cb942f7be5662bd93047cb6 Author: qiaojialin <[email protected]> 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'
