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

reset to old Jenkinsfile --> we are using jenkins shared library for deploying deb packages

parent 8a1ca691
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,9 @@ node {
def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) {
doDebSnapshot(pName, '', pVersion, 'trusty')
doDebSnapshot(pName, '', pVersion, 'indy')
}
else {
doDebRelease(pName, '', pVersion, 'trusty')
doDebRelease(pName, '', pVersion, 'indy')
}
}
}
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