Skip to content
Snippets Groups Projects
Commit d0ada9f3 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

handle git submodules properly

parent cb69f83f
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ def doPrepare(boolean checkoutScm, String gitUrl='') {
if(checkoutScm) {
if(gitUrl != '') {
git gitUrl
sh 'git submodule update --init --recursive'
}
else {
checkout scm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment