Skip to content

Commit d7b72cf

Browse files
committed
Exclude docs from Quarkus build
1 parent 3f8e696 commit d7b72cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ pipeline {
4141
// Need to override the default maven configuration this way, because there is no other way to do it
4242
sh "sed -i 's/-Xmx5g/-Xmx1920m/' ./.mvn/jvm.config"
4343
sh "echo -e '\\n-XX:MaxMetaspaceSize=768m'>>./.mvn/jvm.config"
44-
sh "./mvnw -Dquickly install"
44+
sh "./mvnw -pl !docs -Dquickly install"
4545
// Need to kill the gradle daemons started during the Maven install run
46-
sh "pkill -f '.*GradleDaemon.*' || true"
46+
sh "sudo pkill -f '.*GradleDaemon.*' || true"
4747
// Need to override the default maven configuration this way, because there is no other way to do it
4848
sh "sed -i 's/-Xmx1920m/-Xmx1372m/' ./.mvn/jvm.config"
4949
sh "sed -i 's/MaxMetaspaceSize=768m/MaxMetaspaceSize=512m/' ./.mvn/jvm.config"

0 commit comments

Comments
 (0)