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:
parent
24f3a249c4
commit
87914822c6
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue