This is an automated email from the ASF dual-hosted git repository. lightguardjp pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit 6a04867b2796adfdef0b7b50bb1c01f241868649 Author: Jason Porter <[email protected]> AuthorDate: Fri Oct 17 11:31:30 2025 -0600 Cannot clean the WS, apparently Signed-off-by: Jason Porter <[email protected]> --- dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch index 4f0ed8f1..4a49b405 100644 --- a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch +++ b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch @@ -200,7 +200,7 @@ pipeline { } post { always { - cleanWs() + // cleanWs() } unsuccessful { script { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
