Skip to content

Commit

Permalink
Merge cd79e1d into cf48749
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy committed May 15, 2017
2 parents cf48749 + cd79e1d commit 308c028
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!groovy

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

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)
}
}

0 comments on commit 308c028

Please sign in to comment.