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

Add comment

parent 0d0b30c3
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,15 @@ node {
}
stage('Build') {
sh "git submodule init"
/* sh "git submodule update --recursive --init" */
sh "'${mvnHome}/bin/mvn' -U clean verify -Ptextgrid.deb"
}
stage('Publish') {
def pom = readMavenPom file: 'pom.xml'
def pName = pom.artifactId
def pVersion = pom.version
def pVersion = pom.parent.version
def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment