diff --git a/Installation/Pipeline/Jenkinsfile.groovy b/Installation/Pipeline/Jenkinsfile.groovy index e9d4f6cb00..f50a04d0eb 100644 --- a/Installation/Pipeline/Jenkinsfile.groovy +++ b/Installation/Pipeline/Jenkinsfile.groovy @@ -135,6 +135,10 @@ enterpriseRepo = 'http://c1:8088/github.com/arangodb/enterprise' credentials = '8d893d23-6714-4f35-a239-c847c798e080' // source branch for pull requests +if (env.JOB_BASE_NAME == "arangodb-ci-devel") { + env.BRANCH_NAME = "devel" +} + sourceBranchLabel = env.BRANCH_NAME if (env.BRANCH_NAME =~ /^PR-/) {