Skip to content

Commit

Permalink
jenkins:update Jenkinsfile to use rc3 branch for CI (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy authored and siddontang committed Aug 8, 2017
1 parent c83d41b commit 4f8e7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!groovy

node {
def TIDB_TEST_BRANCH = "master"
def TIDB_BRANCH = "master"
def TIKV_BRANCH = "master"
def TIDB_TEST_BRANCH = "rc3"
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 4f8e7da

Please sign in to comment.