Skip to content
Snippets Groups Projects
Commit 4d527607 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Added git submodule to Jenkinsfile

parent d7acea41
Branches
Tags
No related merge requests found
......@@ -7,7 +7,13 @@ node {
}
stage('Build') {
sh "'${mvnHome}/bin/mvn' -U clean verify -Ptextgrid.deb"
sh '''
echo "===> Initialising submodules"
git submodule init
echo "===> Compiling and building DEB package"
${mvnHome}/bin/mvn -U clean verify -Ptextgrid.deb
'''
}
stage('Publish') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment