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:
using following git commands:
git submodule update --init --recursive git submodule -q foreach git pull origin master
advanced submodule behavious : given path of submodule, recursive update submodule , different build.gradle submodule.
any appreciated.
Comments
Post a Comment