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

radu 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 62b11b9  temporary: delete submodule folder from 
https://builds.apache.org/job/Sling/job/sling-org-apache-sling-scripting-bundle-tracker-it
62b11b9 is described below

commit 62b11b9afea4128545323a77133d1eafebb298be
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Aug 29 17:14:53 2019 +0200

    temporary: delete submodule folder from 
https://builds.apache.org/job/Sling/job/sling-org-apache-sling-scripting-bundle-tracker-it
---
 vars/slingOsgiBundleBuild.groovy | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index f02f86d..69e1375 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -15,6 +15,11 @@ def call(Map params = [:]) {
 
         helper.runWithErrorHandling({ jobConfig ->
             if ( jobConfig.enabled ) {
+                if ( fileExists('org-apache-sling-scripting-sightly') ) {
+                    deleteDir('org-apache-sling-scripting-sightly')
+                }
+
+
                 // the reference build is always the first one, and the only 
one to deploy, archive artifacts, etc
                 // usually this is the build done with the oldest JDK version, 
to ensure maximum compatibility
                 def isReferenceStage = true

Reply via email to