]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Don't try to cleanup the workspace
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2024 10:39:53 +0000 (10:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2024 10:39:53 +0000 (10:39 +0000)
This seems to fail because Jenkins doesn't know on which host to run
this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index f0edc3935254ffed6d55e126c662b7307948ca51..dc5fac566ab0b0e6d09c740e45d3eff9ec9e8b31 100644 (file)
@@ -519,13 +519,6 @@ pipeline {
                                        }
                                }
                        }
-
-                       // Cleanup the workspace afterwards
-                       post {
-                               always {
-                                       cleanWs()
-                               }
-                       }
                }
        }
 }