You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2020/03/06 13:29:25 UTC

[dubbo] branch master updated: [CI] fix source jar upload issue for snapshot

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

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 7594d81  [CI] fix source jar upload issue for snapshot
7594d81 is described below

commit 7594d814891aa43ff01a3f14e372e48ef3792ae3
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Fri Mar 6 21:28:59 2020 +0800

    [CI] fix source jar upload issue for snapshot
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 65f1773..15eda40 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,7 +108,7 @@ pipeline {
             steps {
                 timeout(40) {
                     sh './mvnw --version'
-                    sh './mvnw clean source:jar javadoc:jar package deploy -pl dubbo-dependencies-bom && ./mvnw clean package deploy -DskipTests=true'
+                    sh './mvnw clean package deploy -pl dubbo-dependencies-bom && ./mvnw clean source:jar javadoc:jar package deploy -DskipTests=true'
                 }
             }
         }