Jenkinsfile: Add missing job property specifying GitLab connection to report build status to.
This commit is contained in:
parent
9fc98ad5b0
commit
078873436a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -126,6 +126,11 @@ def doUnitTests(name, wsid) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Job properties
|
||||||
|
properties: [
|
||||||
|
[$class: "GitLabConnectionProperty", gitLabConnection: "sr0"]
|
||||||
|
]
|
||||||
|
|
||||||
gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) {
|
gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) {
|
||||||
// First though let's give this build a proper name
|
// First though let's give this build a proper name
|
||||||
stage("Checkout & Versioning") {
|
stage("Checkout & Versioning") {
|
||||||
|
Loading…
Reference in New Issue
Block a user