mirror of https://gitee.com/bigwinds/arangodb
set BRANCH_NAME for devel job
This commit is contained in:
parent
2175ac9c15
commit
435383e2c3
|
@ -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-/) {
|
||||
|
|
Loading…
Reference in New Issue