This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_jenkinsCI in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 6b9dd52977b43a59e74ba5c7f5b3c959a8e8bf08 Author: HTHou <[email protected]> AuthorDate: Thu Dec 30 14:53:19 2021 +0800 fix jenkins CI disable testcontainer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ec4ab3..0f5e6b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -106,7 +106,7 @@ pipeline { sh 'mvn clean' // We'll deploy to a relative directory so we can // deploy new versions only if the entire build succeeds - sh 'mvn ${MVN_TEST_FAIL_IGNORE} -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir -P client-cpp clean deploy -P get-jar-with-dependencies -P '!testcontainer'' + sh 'mvn ${MVN_TEST_FAIL_IGNORE} -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir -P client-cpp clean deploy -P get-jar-with-dependencies -P !testcontainer' } post { always {
