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

more Jenkinsfile testing...

parent d7a7a1bc
No related branches found
No related tags found
No related merge requests found
...@@ -7,16 +7,9 @@ node { ...@@ -7,16 +7,9 @@ node {
} }
stage('Build') { stage('Build') {
sh ''' sh "git submodule init"
echo "===> Initialising submodules" sh "git submodule update --force --remote"
git submodule init sh "'${mvnHome}/bin/mvn' -U clean verify -Ptextgrid.deb"
echo "===> Updating submodules"
git submodule update --force --remote &&
echo "===> Compiling and building DEB package"
$mvnHome/bin/mvn -U clean verify -Ptextgrid.deb
'''
} }
stage('Publish') { stage('Publish') {
......
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