not sure if jenkinsfily should call git submodule sync
gitea.matetelki.eu/webfish/master There was a failure building this commit Details

master
denes 6 years ago
parent 6669fc5e1b
commit c0fac0f9cc
Signed by: denes
GPG Key ID: A7D50EAD42F9FC9F

4
Jenkinsfile vendored

@ -4,7 +4,9 @@ pipeline {
stages { stages {
stage('Cloning git sumbodules') { stage('Cloning git sumbodules') {
steps { steps {
sh 'git submodule update --init --recursive' sh 'git submodule sync'
sh 'git submodule update --init --recursive --remote'
# sh 'git submodule update --init --recursive'
} }
} }

Loading…
Cancel
Save