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 48d9e4151417fe6f668a64fdd3e67e171a15ba66 Author: Jason Porter <[email protected]> AuthorDate: Fri Oct 17 11:33:50 2025 -0600 Cannot clean the WS, apparently, take two Signed-off-by: Jason Porter <[email protected]> --- dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch index 4a49b405..90d2b05c 100644 --- a/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch +++ b/dsl/seed/jenkinsfiles/Jenkinsfile.seed.branch @@ -199,9 +199,9 @@ pipeline { } } post { - always { - // cleanWs() - } + // always { + // cleanWs() + // } unsuccessful { script { emailext body: "**Seed job #${BUILD_NUMBER} was: ${currentBuild.currentResult}\nPlease look here: ${BUILD_URL}", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
