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 fcba8dac55e31e48e3beb38e25d6b0e9bb0e40ea Author: HTHou <[email protected]> AuthorDate: Thu Dec 30 14:46:38 2021 +0800 fix jenkins CI disable testcontainer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f809b5..0ec4ab3 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' + 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 {
