]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
dont remove workspace, for debugging
authorHolger Levsen <holger@layer-acht.org>
Sun, 18 Sep 2011 14:22:34 +0000 (16:22 +0200)
committerHolger Levsen <holger@layer-acht.org>
Sun, 18 Sep 2011 14:22:34 +0000 (16:22 +0200)
kernel_build.py

index 2a581c7be00cebf2bcb3978a440fde16b37697f5..db2c6513c321ff5a092ab03431f024c5da997f3a 100644 (file)
@@ -172,7 +172,8 @@ def remove_git_target_workspace():
     rmpath = '/tmp/%s-build%s' %(BUILD_ID, BUILD_NUMBER)
     if os.path.isdir(rmpath):
         try:
-            shutil.rmtree(rmpath)
+            pass
+            #shutil.rmtree(rmpath)
         except IOError, error:
             logger.debug('Got exception with error code: %s', error.errno)
             if error.errno == 2: