Browse Source

contrib: delete dir on completion

Nathalie Furmento 7 years ago
parent
commit
e6399cdc1d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/ci.inria.fr/Jenkinsfile-basic

+ 2 - 0
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -28,6 +28,8 @@ pipeline
 						stash includes: "job-1-check.sh", name: 'script-unix-check'
 					}
 					archiveArtifacts artifacts: "${env.tarballgz},starpu.pdf", fingerprint: true, onlyIfSuccessful: true
+					deleteDir()
+
 				}
 			}
 		}