mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-09 22:21:09 +00:00
Fix race condition by ensuring workspaces for packages are cleaned up before and after builds.
This commit is contained in:
parent
66afe1559a
commit
c4b82fb746
@ -147,5 +147,12 @@ lintian --fail-on=error,warning -EvIL +pedantic *.dsc *.deb;
|
||||
</publishers>
|
||||
</org.jenkins__ci.plugins.flexible__publish.FlexiblePublisher>
|
||||
</publishers>
|
||||
<buildWrappers/>
|
||||
<buildWrappers>
|
||||
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.38">
|
||||
<deleteDirs>false</deleteDirs>
|
||||
<cleanupParameter></cleanupParameter>
|
||||
<externalDelete></externalDelete>
|
||||
<disableDeferredWipeout>false</disableDeferredWipeout>
|
||||
</hudson.plugins.ws__cleanup.PreBuildCleanup>
|
||||
</buildWrappers>
|
||||
</project>
|
||||
|
@ -147,5 +147,12 @@ lintian --fail-on=error,warning --suppress-tags orig-tarball-missing-upstream-si
|
||||
</publishers>
|
||||
</org.jenkins__ci.plugins.flexible__publish.FlexiblePublisher>
|
||||
</publishers>
|
||||
<buildWrappers/>
|
||||
<buildWrappers>
|
||||
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.38">
|
||||
<deleteDirs>false</deleteDirs>
|
||||
<cleanupParameter></cleanupParameter>
|
||||
<externalDelete></externalDelete>
|
||||
<disableDeferredWipeout>false</disableDeferredWipeout>
|
||||
</hudson.plugins.ws__cleanup.PreBuildCleanup>
|
||||
</buildWrappers>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user