[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 GitHub
parent b5201053d1
commit 7594d81489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
}
}
}