Update lttng-modules build scripts
[lttng-ci.git] / scripts / lttng-modules / master-ubuntu.groovy
index 8dca9cdd3d9a6997573cf76e412b1d8b27b21ef2..7c8e06382d60e728e0dd88fd777b51bd00b98db3 100644 (file)
@@ -166,11 +166,7 @@ println "---Build report---"
 for (b in allBuilds) {
   def kernelStr = b.buildVariableResolver.resolve("kversion")
   println "${b.fullDisplayName} (${kernelStr}) completed with status ${b.result}"
-}
-
-// Clean all builds
-// TODO: Delete only builds generated from this job run
-for (b in job.getBuilds()) {
+  // Cleanup builds
   b.delete()
 }
 
This page took 0.028183 seconds and 4 git commands to generate.