Skip to content

Commit

Permalink
Excludes jsse fips, devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Apr 6, 2021
1 parent 25d7494 commit 5bcc32f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/jobs/mandrel_linux_quarkus_container_tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ job('mandrel-linux-quarkus-container-tests') {
# Test Quarkus
export MODULES="-pl \\
!google-cloud-functions,\\
!devtools,\\
!bouncycastle-fips-jsse,\\
!maven"
./mvnw verify -f integration-tests/pom.xml --fail-at-end \\
Expand Down Expand Up @@ -86,4 +88,4 @@ job('mandrel-linux-quarkus-container-tests') {
}
wsCleanup()
}
}
}

0 comments on commit 5bcc32f

Please sign in to comment.