Removed unused try.

This commit is contained in:
/dev/root 2017-05-31 23:22:03 +02:00
parent ec26e36f54
commit d091c6e208

2
Jenkinsfile vendored
View File

@ -257,7 +257,6 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
executions["$testName on Linux"] = {
node("docker && linux && amd64") {
wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm']) {
try {
def image = null
dir("src") {
unstash "jenkins-files"
@ -270,7 +269,6 @@ gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"])
}
}
}
}
parallel executions
}
}