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

Try to get Jenkinsfile running

parent ccbc9d84
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,8 @@ node {
}
stage('Build') {
sh '''
echo "===> Initialising submodules"
git submodule init
echo "===> Compiling and building DEB package"
'${mvnHome}/bin/mvn' -U clean verify -Ptextgrid.deb
'''
sh "git submodule init"
sh "'${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.
Finish editing this message first!
Please register or to comment