diff --git a/Jenkinsfile b/Jenkinsfile index 9bdbd691..fc9bcf59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,7 @@ def getIW4xExecutable() { $class: 'CopyArtifact', filter: '*', fingerprintArtifacts: true, - projectName: 'iw4x/iw4x-executable/master', + projectName: 'iw4x/iw4x-executable/' + iw4xExecutableBranch, selector: [ $class: 'TriggeredBuildSelector', allowUpstreamDependencies: false, @@ -175,6 +175,7 @@ properties([ [$class: "GitLabConnectionProperty", gitLabConnection: "sr0"] ]) + gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) { // First though let's give this build a proper name stage("Checkout & Versioning") {