X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-modules%2Fmaster-rt.groovy;h=3b84c1ae7dd7aa9814e6ddd697a3e80a1f278f36;hb=1f4fba8c3ff773bb4dfc8ba3d911a2ffe70c323c;hp=796680ffd219e728bdec20bc5bed7280b3f11a3f;hpb=2c1d386a795ee93d8d8af91559e8b23ea036d82a;p=lttng-ci.git diff --git a/scripts/lttng-modules/master-rt.groovy b/scripts/lttng-modules/master-rt.groovy index 796680f..3b84c1a 100644 --- a/scripts/lttng-modules/master-rt.groovy +++ b/scripts/lttng-modules/master-rt.groovy @@ -235,11 +235,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() }