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:19:03 UTC

[iotdb] 01/01: Fix JenkinsCI

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch FIX_JENK
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 570d4f53e825fa6406ed98d68bf5521aafd7385b
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Jan 10 21:18:12 2022 +0800

    Fix JenkinsCI
---
 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'
             }
         }