Jenkinsfile: Fix job property definition.
This commit is contained in:
parent
078873436a
commit
ab39555935
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user