Jenkinsfile: Fix job property definition.

This commit is contained in:
/dev/urandom 2016-09-14 22:52:59 +02:00
parent 078873436a
commit ab39555935
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

4
Jenkinsfile vendored
View File

@ -127,9 +127,9 @@ def doUnitTests(name, wsid) {
}
// Job properties
properties: [
properties([
[$class: "GitLabConnectionProperty", gitLabConnection: "sr0"]
]
])
gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) {
// First though let's give this build a proper name