X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-modules%2Fmaster-ubuntu.groovy;h=7c8e06382d60e728e0dd88fd777b51bd00b98db3;hb=7e02032ce920ba456327f163dade2aa616b09234;hp=8dca9cdd3d9a6997573cf76e412b1d8b27b21ef2;hpb=f3d8604b477b84631d624aed305afdd944ffa5c6;p=lttng-ci.git diff --git a/scripts/lttng-modules/master-ubuntu.groovy b/scripts/lttng-modules/master-ubuntu.groovy index 8dca9cd..7c8e063 100644 --- a/scripts/lttng-modules/master-ubuntu.groovy +++ b/scripts/lttng-modules/master-ubuntu.groovy @@ -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() }