Skip to content

Commit

Permalink
Jenkinsfile: init adding Jenkinsfile (pingcap#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamxy authored and tiancaiamao committed May 15, 2017
1 parent 301e984 commit e3ac940
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 TIKV_BRANCH = "master"
def PD_BRANCH = "master"

fileLoader.withGit('[email protected]:pingcap/SRE.git', 'master', 'github-iamxy-ssh', '') {
fileLoader.load('jenkins/ci/pingcap_tidb_branch.groovy').call(TIDB_TEST_BRANCH, TIKV_BRANCH, PD_BRANCH)
}
}

0 comments on commit e3ac940

Please sign in to comment.