From 76f571e1a9e6d1917b5523c9e8f48e8d5108ab69 Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Wed, 18 Dec 2024 09:19:28 +0000 Subject: [PATCH] Windows docker build ensure cleanWorkspace cleans build tmp workspace Signed-off-by: Andrew Leonard --- pipelines/build/prTester/pr_test_pipeline.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/build/prTester/pr_test_pipeline.groovy b/pipelines/build/prTester/pr_test_pipeline.groovy index 084f21a95..0d4c8ef89 100644 --- a/pipelines/build/prTester/pr_test_pipeline.groovy +++ b/pipelines/build/prTester/pr_test_pipeline.groovy @@ -163,6 +163,7 @@ class PullRequestTestPipeline implements Serializable { context.booleanParam(name: 'enableInstallers', value: false), // never need this enabled in pr-test context.booleanParam(name: 'useAdoptBashScripts', value: false), // should not use defaultsJson but adoptDefaultsJson context.booleanParam(name: 'keepReleaseLogs', value: false), // never need this enabled in pr-tester + context.booleanParam(name: 'cleanWorkspace', value: true) // always clean prtester workspace before the build context.booleanParam(name: 'cleanWorkspaceAfterBuild', value: true) // always clean prtester workspace after the build ] } catch (err) {