You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/08/29 15:34:02 UTC

[sling-tooling-jenkins] branch master updated: removed code looking for specific submodule folder

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 0a36754  removed code looking for specific submodule folder
0a36754 is described below

commit 0a3675431dd8af3afb12e441f416fb92c528428f
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Aug 29 17:33:54 2019 +0200

    removed code looking for specific submodule folder
---
 vars/slingOsgiBundleBuild.groovy | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 4fe8c56..9de1913 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -15,12 +15,6 @@ def call(Map params = [:]) {
 
         helper.runWithErrorHandling({ jobConfig ->
             if ( jobConfig.enabled ) {
-                if ( fileExists('org-apache-sling-scripting-sightly') ) {
-                    dir('org-apache-sling-scripting-sightly') {
-                        deleteDir()
-                    }
-                }
-
 
                 // 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