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

Fix Jenkinsfile, too! ARGL!

parent 7c8a0bb4
No related branches found
No related tags found
No related merge requests found
......@@ -40,17 +40,10 @@ node {
def pVersion = pom.version
def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) {
<<<<<<< HEAD
doDebSnapshot(pName, '', pVersion, 'trusty')
}
else {
doDebRelease(pName, '', pVersion, 'trusty')
=======
doDebSnapshot(pName, '', pVersion)
}
else {
doDebRelease(pName, '', pVersion)
>>>>>>> release/1.9.10
}
}
}
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