You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/12/20 15:46:33 UTC

[sling-tooling-jenkins] branch feature/SLING-7245 updated: Revert "SLING-7245 - Validate pull requests using Jenkins"

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

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


The following commit(s) were added to refs/heads/feature/SLING-7245 by this push:
     new aa2b0f0  Revert "SLING-7245 - Validate pull requests using Jenkins"
aa2b0f0 is described below

commit aa2b0f07ca92186ce2a9a15ec794d05ff579d358
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Dec 20 16:46:05 2018 +0100

    Revert "SLING-7245 - Validate pull requests using Jenkins"
    
    This reverts commit 112a4a39dd182389399eec32feb2acc8b2033cb8.
    
    The change is no longer needed since the Github folder advanced SCM checkout
    has finally been applied to the job.
---
 vars/slingOsgiBundleBuild.groovy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 7178a81..a9f49ab 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -31,9 +31,6 @@ def call(Map params = [:]) {
                 }
             }
             echo "Final job config: ${jobConfig}"
-            if ( fileExists('.gitmodules') ) {
-                sh 'git submodule update --init'
-            }
         }
 
         def jobTriggers = [