This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/master by this push:
     new 35047e2  All jobs: delete workspace before build starts
35047e2 is described below

commit 35047e23e01df98ee2f9c1352901577d6b8672d6
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Oct 16 10:34:40 2018 +0200

    All jobs: delete workspace before build starts
    
    This was suggested in INFRA-17090
---
 create_jobs.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 5a2c328..9cd1d35 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -172,6 +172,9 @@ modules.each { module ->
                     if ( module.enableXvfb ) {
                         xvfb('Xvfb')
                     }
+
+                    // INFRA-17090
+                    preBuildCleanup()
                 }
 
                 blockOnUpstreamProjects()

Reply via email to