[General] Update gitlabconnection

This commit is contained in:
/dev/root 2018-11-20 08:21:33 +01:00
parent a8df2396b9
commit ae973d8a7e

2
Jenkinsfile vendored
View File

@ -193,7 +193,7 @@ def iw4xExecutableBranch() {
// Job properties
properties([
[$class: "GitLabConnectionProperty", gitLabConnection: "sr0"],
[$class: "GitLabConnectionProperty", gitLabConnection: "iw4x"],
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '30'))
])