refactor: replace cleanWs() with deleteDir() in Jenkinsfile for workspace cleanup
Some checks failed
homelab-k8s-services/tictactoe/pipeline/head There was a failure building this commit

This commit is contained in:
2026-04-22 13:40:27 +07:00
parent b8783f8ee6
commit 9f452577ba

2
Jenkinsfile vendored
View File

@@ -114,7 +114,7 @@ spec:
post {
always {
cleanWs()
deleteDir()
}
success {
echo "Build ${BUILD_NUMBER} deployed. Image: ${IMAGE}:${BUILD_NUMBER}"