This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch jenkins-disable-integration
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/jenkins-disable-integration by
this push:
new 05f30e9805 disable integration in jenkins
05f30e9805 is described below
commit 05f30e980564c5e2bb5ff8fcd194b2428ea491e0
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Dec 17 14:38:34 2022 +0800
disable integration in jenkins
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ef6e02c2d2..6155f9c0f4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
}
steps {
echo 'Building'
- sh "mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean
install -P ClusterIT -pl '!integration'"
+ sh "mvn ${MVN_TEST_FAIL_IGNORE} clean install -P ClusterIT
-pl '!integration'"
}
post {
always {