This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch feature/pom-cleanup
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/feature/pom-cleanup by this
push:
new 4a9cab337a3 build: Adjusted the Jenkinsfile to reflect the latest
changes in the poms
4a9cab337a3 is described below
commit 4a9cab337a3004fc27c6f13987faec4e9a22b136
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 27 16:44:34 2023 +0200
build: Adjusted the Jenkinsfile to reflect the latest changes in the poms
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1a8f7731d6c..8b0791e0925 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
}
steps {
echo 'Building and Unit Test...'
- sh "mvn ${MVN_TEST_FAIL_IGNORE} clean install -pl
'!integration-test' -DskipITs"
+ sh "mvn ${MVN_TEST_FAIL_IGNORE} clean install -DskipITs"
}
post {
always {
@@ -105,7 +105,7 @@ pipeline {
}
steps {
echo 'Integration Test...'
- sh "mvn ${MVN_TEST_FAIL_IGNORE} verify -P ClusterIT -pl
integration-test -am -DskipUTs -DintegrationTest.threadCount=3
-DintegrationTest.forkCount=3"
+ sh "mvn ${MVN_TEST_FAIL_IGNORE} verify -P
ClusterIT,with-integration-test -pl integration-test -am -DskipUTs
-DintegrationTest.threadCount=3 -DintegrationTest.forkCount=3"
}
post {
always {