Skip to content

Commit

Permalink
Merge b31bec7 into c83d41b
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy committed Aug 4, 2017
2 parents c83d41b + b31bec7 commit cab7bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

node {
def TIDB_TEST_BRANCH = "master"
def TIDB_BRANCH = "master"
def TIKV_BRANCH = "master"
def TIDB_BRANCH = "rc3"
def TIKV_BRANCH = "rc3"

fileLoader.withGit('git@github.com:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
fileLoader.load('jenkins/ci/pingcap_pd_branch.groovy').call(TIDB_TEST_BRANCH, TIDB_BRANCH, TIKV_BRANCH)
Expand Down

0 comments on commit cab7bd0

Please sign in to comment.