[CI] fix source jar upload issue for snapshot

This commit is contained in:
Huang YunKun 2020-03-06 21:28:59 +08:00 committed by ken.lj
parent 5f8a5316c4
commit b7730b3c78
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'
}
}
}