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 - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

sitecore - Resolve ISitecoreService using SimpleInjector -