This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new fb77b02 Fix JenkinsCI (#4758)
fb77b02 is described below
commit fb77b024aaf1891e99ca5e27dbe94aebf567ad8a
Author: Haonan <[email protected]>
AuthorDate: Mon Jan 10 21:20:44 2022 +0800
Fix JenkinsCI (#4758)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0f5e6b6..3b5979f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -141,7 +141,7 @@ pipeline {
steps {
echo 'Deploying'
// Deploy the artifacts using the wagon-maven-plugin.
- sh 'mvn -f jenkins.pom -X -P deploy-snapshots -P client-cpp
wagon:upload -P get-jar-with-dependencies'
+ sh 'mvn -f jenkins.pom -X -P deploy-snapshots -P client-cpp
wagon:upload -P get-jar-with-dependencies -P !library-udf'
}
}