You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/01/10 13:21:15 UTC

[iotdb] branch master updated: Fix JenkinsCI (#4758)

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 <hh...@outlook.com>
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'
             }
         }