ソースを参照

contrib: delete dir on completion

Nathalie Furmento 7 年 前
コミット
e6399cdc1d
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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'
 						stash includes: "job-1-check.sh", name: 'script-unix-check'
 					}
 					}
 					archiveArtifacts artifacts: "${env.tarballgz},starpu.pdf", fingerprint: true, onlyIfSuccessful: true
 					archiveArtifacts artifacts: "${env.tarballgz},starpu.pdf", fingerprint: true, onlyIfSuccessful: true
+					deleteDir()
+
 				}
 				}
 			}
 			}
 		}
 		}