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

mc in jenkinsfile.

parent a863b070
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ node {
def pName = pom.artifactId
def pVersion = pom.version
def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) {
doDebSnapshot(pName, pVersion)
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment