android - Jenkins integration of project with git submodules -


i trying automate build integrating project jenkins. works fine revision not have submodules build fails revision in submodule present.

i have tried options available on stack overflow no gain, like:

  1. using following git commands:

    git submodule update --init --recursive git submodule -q foreach git pull origin master 
  2. advanced submodule behavious : given path of submodule, recursive update submodule , different build.gradle submodule.

any appreciated.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -