Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] remove the java-created files on startup
[simgrid.git] / buildtools / jenkins / build.sh
index a853ee3..9379aef 100755 (executable)
@@ -7,6 +7,10 @@
 
 set -e
 
+# Cleanup previous attempts
+rm -rf /tmp/simgrid*tmp
+rm -rf /tmp/surf-java*tmp
+
 # usage: die status message...
 die () {
   local status=${1:-1}