diff --git a/Jenkinsfile b/Jenkinsfile index 3bcd3c7d..cef3cd1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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