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 b520105 [CI] add source and javadoc jar to snapshot
b520105 is described below
commit b5201053d1dd630ff05885e26d95762604094cd8
Author: Huang YunKun <[email protected]>
AuthorDate: Fri Mar 6 18:43:28 2020 +0800
[CI] add source and javadoc jar to snapshot
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ebf2d30..65f1773 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,9 +106,9 @@ pipeline {
}
}
steps {
- timeout(35) {
+ timeout(40) {
sh './mvnw --version'
- sh './mvnw clean package deploy -pl dubbo-dependencies-bom
&& ./mvnw clean package deploy -DskipTests=true'
+ sh './mvnw clean source:jar javadoc:jar package deploy -pl
dubbo-dependencies-bom && ./mvnw clean package deploy -DskipTests=true'
}
}
}