Jetty 12 main will keep not using the cache but at least will build cache output for PRs (#11674)

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-04-22 05:48:23 +02:00 committed by GitHub
parent 24f3a249c4
commit 87914822c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -111,7 +111,7 @@ def mavenBuild(jdk, cmdline, mvnName) {
} else {
// when not using cache
echo "Not using build cache"
extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.enabled=false "
extraArgs = " -Dmaven.test.failure.ignore=true -Dmaven.build.cache.skipCache=true "
}
if (env.BRANCH_NAME ==~ /PR-\d+/) {
if (pullRequest.labels.contains("build-all-tests")) {