This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/radtriste-fix-pipelines by 
this push:
     new bab794a6 solve deferred wipeout issues
bab794a6 is described below

commit bab794a6dbadd75805d3c0578fa000049d885de2
Author: jstastny-cz <[email protected]>
AuthorDate: Wed Nov 22 15:31:16 2023 +0100

    solve deferred wipeout issues
---
 .ci/jenkins/Jenkinsfile.build-image | 3 ++-
 .ci/jenkins/Jenkinsfile.deploy      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.build-image 
b/.ci/jenkins/Jenkinsfile.build-image
index e2116875..573e570c 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -203,7 +203,8 @@ pipeline {
         cleanup {
             script {
                 cloud.cleanDockerMultiplatformBuild()
-                util.cleanNode(env.CONTAINER_ENGINE)
+                cloud.cleanContainersAndImages(env.CONTAINER_ENGINE)
+                cleanWs()
             }
         }
     }
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index ef10df47..06dc0aaf 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -227,7 +227,8 @@ pipeline {
             }
         }
         cleanup {
-            util.cleanNode('docker')
+            cloud.cleanContainersAndImages('docker')
+            cleanWs()
         }
         unsuccessful {
             sendUnsuccessfulNotification()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to