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

qiaojialin 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 053d6ab  fix jenkins
053d6ab is described below

commit 053d6abe3d8d94362623f810819cb07c980888f4
Author: qiaojialin <[email protected]>
AuthorDate: Wed Apr 1 11:04:08 2020 +0800

    fix jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d784000..d5ae674 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -147,7 +147,7 @@ pipeline {
             }
             steps {
                 // Publish the site with the scm-publish plugin.
-                sh 'mvn scm-publish:publish-scm -pl site'
+                sh 'mvn package scm-publish:publish-scm -pl site'
 
                 // Clean up the snapshots directory (freeing up more space 
after deploying).
                 dir("target") {

Reply via email to